Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

centered page....

Posted 20 Dec 2005 19:41:57
1
has voted
20 Dec 2005 19:41:57 Marko Savic posted:
Please help, how can i make a page to be in a center of viewer, no mather what is the resolution???
Thanks
A.Sacchi

Replies

Replied 28 Dec 2005 09:30:26
28 Dec 2005 09:30:26 Tjerk Heringa replied:
Put a table on the page and choose align:center.
Or put a "container-div" on the page and fiddel your css so that left = 50% and margin-left is minus half the width of your div.
I.e.
Style {
widht: 700 px;
left: 50%;
margin-left: -350px;
}

Succes

----------------------------------------------
The client is allways right even if he is not.

Reply to this topic