one problem i am having is with the CSS.
my forum:
http://www.bluepearl-design.com/forums
the index of my site using this script:
http://www.bluepearl-design.com/index.php
As you can see alot of the background images in my tables are not showing at all and i cant figure it out :S
this is my CSS: in style manager (MAIN CSS)
Code:
#a1 {
background: url("http://www.bluepearl-design.com/forums/images/Frost/Frost/a1.jpg");
}
and here is my table code:
Code:
<td width="150" id="grid" align="center"><img src="http://www.bluepearl-design.com/forums/images/Frost/Frost/b1.jpg" width="150" height="23" border="0" alt="" />
I know this will work perfectly if use the <b>background </b> tag in the table but i want to use CSS to keep my site XHTML compliant.
Any help will be appreciated, thx