I was wrong... If I take out "DOCTYPE, etc..." from my code, my web-page will appear at 100% heigth... But only at IExplorer... In my main browser (Opera 6.0) it doesn't...
It seems I chose a hard path... I shouldn't have messed with 100% heigth tables
Anyway, here's what I'm trying to do:
<-------------------------------Width = 740 px, Centered------------------------------->
__________________________________________________ _________
|................................................. ..................|.........................|..... ...................|
|....Table that stretches untill it reaches.........|..........idem........|.......... .idem......|
|.............the top of the browser's window.....|..Width = 82 px..|..Width = 58 px..|
|.....................Width = 600 px.......................|........................ .|........................|
|__________________________________ |_____________ |___________|
|................................................. .................................................. .................|
|................................................. .................................................. .................|
|................................................. ....Main Table............................................. ...|
|........Centered in the browser's window.... (Centered in Heigth and Width)..........|
|................................................. .................................................. .................|
|............................Fixed Width = 740 px; Fixed Heigth = 420 px.......................|
|................................................. .................................................. .................|
|................................................. .................................................. .................|
|_________________________________________________ ________|
|................................................. ..................|.........................|..... ...................|
|....Table that stretches untill it reaches.........|..........idem........|.......... .idem......|
|..........the bottom of the browser's window..|..Width = 82 px..|..Width = 58 px..|
|.....................Width = 600 px.......................|........................ .|........................|
|__________________________________ |_____________ |___________|
The cells above and on top of the Main Table, should appear only if necessary, just
The cells above and on top of the Main Table, should appear only if necessary, just to make sure the WHOLE table (the Main and the others) ocuppies the total heigth of the browser's window...
This isn't too hard to make, right? :confused;
Anyone knows of a better way to do this (check the initial post of this topic to see my fisrt try (it works in Dreamweavers's Windows, but not in browsers...)?
If someone could post code for this "Template" I would apreciate A LOT!!! Since I dunno Javascript nor PHP (ASP is a bit slow... but I don't know it either...

... and Flash is a bit too incompatible). A link to a URL of a tutorial of this kind (I don't want to think to much... Just change the number of pixels

) would be nice too...
Thanks....
BTW, with XHTML, is this easy to do? Are 100% heigth tables compatible with it?