Hi,
It seems like HTML 4.01 Transitional spec. doesn't allow table height
to be expressed in percents.
When i have this doctype tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
the percents don't work.
I need to make my HTML to be valid 4.01, how can i make a table
populate the whole page? In other words how can i get the same effect
as width="100%" and height="100%"
Thanks,
Alex
It seems like HTML 4.01 Transitional spec. doesn't allow table height
to be expressed in percents.
When i have this doctype tag:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
the percents don't work.
I need to make my HTML to be valid 4.01, how can i make a table
populate the whole page? In other words how can i get the same effect
as width="100%" and height="100%"
Thanks,
Alex
Comment