quote:
Originally posted by lhunath
quote:
Originally posted by raceprouk
The easiest way is to use CSS, and use
code:
vertical-align : top;
align : center;
1. Vertical align isn't even supported in many many browsers, such as, Internet Explorer.
2. Align: center won't work on iframes, but it would on a table containing an Iframe, since what it does is align the content of an object, rather than the object itself.
I never specified what element to assign the attributes to, instead leaving that up to whoever uses it. If you use attach those attrs to the <body> element or a <td>, then you'll get the right effect.
Also, I use vertical-align, and it works in both Mozilla and IE.