table transparency
-
is there away to change either the background of the tables or the transparency?
The blog I need help with is: (visible only to logged in users)
-
Do you have a table published on your site that we can take a look at? Setting a background for the table is definitely doable, but I like to work on one of yours via Firebug so that I can make sure it will work correctly.
-
This is the basic way of adding a background color to a table: You add a style declaration to the opening table tag.
<table style="background-color: #CC0000;">
- The topic ‘table transparency’ is closed to new replies.