Is there a way using CSS to set the table cell height to 100%? I want a certain table cell to carry all the way down the pages in my website, but each page is a different length. I can set it for a certain number of pixels, but can't figure out how to do it at 100% (similar to how td width="100%"
works.
Another question, I have been using <TD WIDTH=XX> to set my table cell width in my pages, but see from many postings that I should do that via CSS. How can I do that for the many different table cell widths that I might use throughout my site without setting up countless style tags?
Another question, I have been using <TD WIDTH=XX> to set my table cell width in my pages, but see from many postings that I should do that via CSS. How can I do that for the many different table cell widths that I might use throughout my site without setting up countless style tags?