Page is a not externally linkable
bobriggs - 1:51 pm on Dec 23, 2001 (gmt 0)
It's possible that your body background isn't showing because you're using that table for layout. Instead of using background-color, see what happens with just the background shorthand. As far as the image border color goes, try setting the border-width in css and using a specific class, like: img.withaborderof8 {border-width: 8px; border-color:#666666; border-style: solid;} Mucho headaches to get CSS to work right with NN4.
For starters, in NN4, attributes in tables are not inherited from the body. You'll need to style each td, including the font, color and background color. In addition, you don't want to have any empty cells, or they will revert to default backgrounds.