I need help coloring the background of a cell in a table

liunx

Guest
If you go here <!-- m --><a class="postlink" href="http://www.toddhisted.com/php/view.html">http://www.toddhisted.com/php/view.html</a><!-- m --> and click on aba the table there will drop down. You will notice the area under edit is not colored. I can't figure out how to add color to that spot. Any Thoughts?<!--content-->to add color to a cell background give it a style:<br />
<br />
<td style="background:#000000;"><br />
<br />
do the same if it's the whole table you want the style to affect:<br />
<br />
<table style="background:#000000;"><br />
<br />
remember to put you css into an external stylesheet after :)<!--content-->It was actually the lack of a cell that was causing the problem, I just couldn't figure out where I needed to add it to. I took another look at it though and found it. Thanks<!--content-->
 
Back
Top