OK... I am using IE 6
I was trying to put the src of an image into a .css file... but I can get around that for what I am doing. The url(); does not work by the way.
The only problem I am having is with Cell Padding.
padding: 0; does not work.
border-spacing: 0; doesn't appear to do anything collapse doesn't do.
border-collapse: collapse; this command actually works really well, and I knew about it before I posted my comment... but I still see a VERY thin white line around my table (padding). When I hard code cellpadding=0 it is fixed. None of the other CSS commands fix it. So I don't know if they are not supported or what.
Thanx
Brandito




Reply With Quote