[Twenty Eleven] Table border problem
-
I’m local-testing some pages under theme Twenty Eleven v1.3 (WP 3.3.1) and am having some problems with TABLE sizes and borders.
Using this as a simple example to test:
<table border=”0″ width=”100px”>
<tr>
<td style=”width:20%;height:100px;background-color:#FF0000;vertical-align:top;text-align:center;”>XX</td>
<td style=”width:80%;height:100px;background-color:#FFff00;vertical-align:bottom;text-align:center;”>YY</td>
</tr>
</table>It behaves as expected so far as alignment and relative column widths go.
BUT…1/ Regardless of how I specify the table width, it always goes to 100% of the page width
2/ Regardless of how I specify borders, I get a top and bottom border to the table, and no side borders.At this stage I’m using the original theme styles without modification. (Child style created, but not yet doing anything special.)
Any clues for the clueless?
- The topic ‘[Twenty Eleven] Table border problem’ is closed to new replies.