[Seaside] Center Site without Table

Lukas Renggli renggli at gmail.com
Tue Aug 28 11:20:39 UTC 2007


>     #container {
>         float: left;

float destroys the positioning, you have to remove this line.

>         width: 100% (or even: 1020px);

width has to be set to something smaller, e.g. 600px or 80%

>     #holdingPage {
>         float: left;
>         padding: 0px 0px 0px 0px;
>         text-align: center;
>         width: 980px;
>         border: 1px solid black;
>     }'

That's not necessary.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list