Trouble with Tables
-
I am trying use tables with Modularity-lite with the HTML table codes. The first row will appear normal and the following row will have a white rectangle covering the entire row covering text from being seen. This pattern will alternate. I tried setting a transparant background using bgcolor and style attribute with background-color but I can’t get around this.
<table border="0" cellspacing="0" cellpadding="0" width="760" style="background-color:none;"> <tbody> <tr><td>the cells</td><td>on this row</td><td>look fine</td><tr> <tr><td>this row</td><td>has a white</td><td>screen</td><tr> </tbody> </table>
If anyone has any suggestions I would love to hear them.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Trouble with Tables’ is closed to new replies.