DOCTYPEs and Relative Table Heights

Hi,

I want to have a table that fills up the height of the browser, I can do this if I dont put a doctype, but when I do height=100% in tables doesnt work... does anyone know a doctype that will allow me to do a height=100% in a table?

Ive already tried this...
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

 

 

 

 

Top