I would like to use small tables at my site, just like I do now, html codes.
for example see: http://www.arzish.se/dean.htm
I want to be able to insert tables like this, with coloured border.
These tables will all have the same look.
When I insert the code to the text I don't get the border - and the table is "too large"
Example: http://www.arzish.se/krux/tok-olle
I use the Karma theme from Themeforest.
What do i need to do to get it as I want? Something in the style.css? I don't want it to change borders in any other tables etc, just in the small ones I mentioned.
Please note, the wp-site is a mess - have just started :)
Thank you in advance
Malin
Kiet Luong answers:
Hi, please try to add this :
table td, table th{
border: 2px solid #b3b8c3;
}
.content_full_width .modern_square_500_full{
float: left;
margin-right: 20px;
}
.content_full_width table {
float: right;
width: 40% !important;
}
into your style.css file in http://www.arzish.se/krux/wp-content/themes/Karma/style.css
Kiet Luong comments:
try this will not effect to other table.
.content_full_width table td,.content_full_width table th{
border: 2px solid #b3b8c3;
}
.content_full_width .modern_square_500_full{
float: left;
margin-right: 20px;
}
.content_full_width table {
float: right;
width: 40% !important;
}
Kiet Luong comments:
Im available on skype: kioluong and gtalk : [email protected]
Kiet Luong comments:
have you tried with this ? it work ?
Kiet Luong comments:
On my browser :