How to change background color of a table to white?
-
I have the following code and I can’t find what is wrong with it. Right now it makes the table gray but when you rollover the cells they are white. I want the table to be white all the time. Can anyone help? Thanks
Here is the code:
<table style=”background-color:#ffffff;” border=”1″
<cellspacing=”0″ cellpadding=”0″> -
-
Here is the link to the blog. I haven’t published the table to the site yet though
http://lookupmobilephonenumbers.com -
You are in the wrong forum. It seems you have a self-hosted blog using wordpress.ORG software:
<meta name=”generator” content=”WordPress 2.8.6″ />Here is where you need to go for questions about your site:
http://wordpress.org/support/Anyway, this might get you started:
<table style="background-color:#ffffff;" border="0" cellspacing="0" cellpadding="0" width="100%" align="center"> <tbody> <tr> <td width="50%" align="right" valign="bottom">TOP_LEFT_TEXT</td> <td width="50%" align="left" valign="bottom">TOP_RIGHT_TEXT</td> </tr> </tbody> </table>
- The topic ‘How to change background color of a table to white?’ is closed to new replies.