Originally posted by philzilla:
[table width="100%" height="100%" border=0 cellpadding=0 cellspacing=0]
Of course, like that, your HTML won't validate, and you'll be laden with all the sins of Sodom & Gomorra by web evangelists. Or won't you? Width and height ARE deprecated tags.
The way I do it is with css, it's as easy as writing
[table style="height:100%; width:100%;"]
One thing: it helps, if you want full width and height, to put the following in the body tag
[body style="padding:2px;"]
or a little more. It will put 2 pixels at top, left, bottom, right, so your table will still be centered, but the advantage is that this prevents scroll-bars from appearing in many browsers (scroll-bars, moreover, that you cannot get out by resizing the window, I think IE is quite good at that), as if your table where actually larger than 100%.
It's a quirky world we live in...
