Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vertical Align

Status
Not open for further replies.

Kib

Programmer
May 17, 2001
58
US
How can I center something on the page vertically?
Thanks
 
put your content in a big table, then use the
Code:
VALIGN="MIDDLE"
code in your
Code:
<TD>
tag. Regards,
Anth:cool:ny
----------------------------------------
&quot;You say [red]insanity[/red] like it's a BAD THING!&quot;
 
Be careful with that because (at least in IE) the tables inside tables don't render until the entire table is processed... &quot;A computer scientist is a person who knows when it is time to hit the computer.&quot;

John

johnmc@mvmills.com
 
what about nested table with align=&quot;center&quot; attribute? it wuld center the content of the page.. regards, vic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top