up vote 2 down vote favorite
share [g+] share [fb]

I have a table cell that isn't entirely filled with text so the bg color doesnt cover the entire cell. I still wish to have the entire table cell filled with the same color without using a background color on the whole table.

So is it possible to fill the entire cell with a color without using background color on the whole table?

link|improve this question

70% accept rate
feedback

1 Answer

up vote 7 down vote accepted

You could assign a class to the <td> element and then assign a bg color using the CSS background-color property for that class.

link|improve this answer
Thank you it worked, I love this site :) – mdc Jun 25 '09 at 2:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.