Saturday, October 24, 2009

Blogger HTML: How do put an image background and white tables?

I can easily set my background %26amp; have it repeated how I want it


but im unable to still have my white tables. ah, help?


(:
Blogger HTML: How do put an image background and white tables?
Since you didn't give a link to your blog nor post what code you use for the tables, I'm gonna guess as to how to make all your tables' backgrounds white. If there is styling for the table tags, add this:





background: #fff;





If there is no styling for the table tags, then add this:





table { background: #fff; }





If you are using inline styling for your tags, then use this:





%26lt;table style="background: #fff;"%26gt;





Ron







No comments:

Post a Comment

Blog Archive