Re: FN-FORUM Table Centering
date posted 31st January 2003 19:27
generally either by having one table 100%x100% with 1 cell and the centered
table in the middle of that:
.
.
.
however this doesnt worth in xhtml, in this case you have to use the
following style:
.midTable{
position: absolute;
width: 200px;
height: 200px;
left: 50%
top: 50%
margin-left: -100px;
margin-top: -100px;
}
.
.
.
option 1 *needs* to html not xhtml and will work in pretty much all
browsers, option 2 is better but is going to royally fuck up for the goons
still faffing about in NN4.x
----- Original Message -----
From: "Nik Whale" [EMAIL REMOVED]
To: "FreelanceForum" [EMAIL REMOVED]
Sent: Friday, January 31, 2003 6:36 PM
Subject: FN-FORUM Table Centering
> Lo, peeps,
>
> How can I center a table vertically?
>
> NiK