Theme 2010 Weaver – Table borders (How to get them away completely?)
-
Does anyone know how you get rid of the borders (and other pre-settings) when using HTML tables in the theme “2010 Weaver”??? I just can’t get them away. The only table-entrys in the stylesheets I found in the file 2010style.css where all other design stuff is defined (as fonts etc.). There it’s written:
#content table {
border: 1px solid #e7e7e7;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;Changing the values like this doesn’t help:
#content table {
border: 0px solid #ffffff;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;Even using the white color #ffffff doesn’t help. The borders resist! Where do they come from?
In the post entries I write in HTML section:
<table style=”border: solid 2px #ffffff;” align=”left”>
<tbody>
<tr>
<td style=”border:none” width=”35%” valign=”top”>xx</td>Using that style=”border:..:” is so far the only way to avoid the borders. But it’s ugly and stupid to have to make every single td invisble.
Can anyone help me? I’m searching since hours for the solution. Didn’t find it so far. Thank you.
- The topic ‘Theme 2010 Weaver – Table borders (How to get them away completely?)’ is closed to new replies.