Hi
I would like to add a table that takes up 100% of the height of the browser window. I have done this like this:
<table style="height: 100%; width: 780px" border="1" cellpadding="0" cellspacing="0">
That works if I do not include the doctype element, however if I add:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
the table does not go to the buttom of the browser window.
Any ideas? Thanks
I would like to add a table that takes up 100% of the height of the browser window. I have done this like this:
<table style="height: 100%; width: 780px" border="1" cellpadding="0" cellspacing="0">
That works if I do not include the doctype element, however if I add:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
the table does not go to the buttom of the browser window.
Any ideas? Thanks