This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.

Web Development - Tables - Give a Table Cell a Background Color

Would you like to give a particular table cell a different background color? Just use the <TD BGCOLOR ="color"> tag instead of <TD> when defining a table cell. Replace "color" with either an RGB color or color literal, such as "white" or "red". Just make sure to never leave a table cell blank or Netscape may render it incorrectly (look at the tip "Tables Not Rendering Correctly in Netscape" in this category for more information).


Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Web Development - Tables - Give a Table Cell a Background Color
 
Standard disclaimer applies - read http://malektips.com/disclaim.html.