[thelist] Trying to center using CSS

Sarah Wedde thelist at lists.evolt.org
Mon Aug 12 00:16:01 2002


Amy,

I think it may be because you have an absolutely positioned div. You could
try -

DIV.ht { width: 600px;
         height: 550px;
         margin: 70px auto 0px auto;}

to get the same positioning.

Sarah