How can I get rid of the background color of a table?

I insert a table and it comes with a blue background.  The properties panel displays any selected background.  I changed it with a white base, but nothing happened.  I made a new class named tableformat, it took all the styles that I applied to the class, except the bottom, still blue.  Here is the code:

< table width = "600" border = "1" cellpadding = "3" >

< b >

< scope = "col" th > < /th >

< scope = "col" th > < /th >

< scope = "col" th > < /th >

< /tr >

< b >

< td > < table >

< td > < table >

< td > < table >

< /tr >

< b >

< td > < table >

< td > < table >

< td > < table >

< /tr >

< /table >

< p align = "left" > < / p >

< p > < / p >

Thank you in advance for any help that anyone can give me.

OharaLane wrote:

Yes background.jpg is blue.  So how we stop to pick up the body of the page the table background image?

body,td,th {
     font-family: Verdana, Geneva, sans-serif;
     font-size: 1em;
     background-image: url(../images/background.jpg);
     background-attachment: fixed;
     color: #003A68;
}

Remove the ", td, th ' after the body.  The td is a table cell and the th is a table header.

Tags: Dreamweaver

Similar Questions

Maybe you are looking for