View Single Post
Old 10-10-2007, 14:32   #6 (permalink)
larrybn
Registered User
 
larrybn's Avatar
 
Join Date: Oct 2007
Posts: 77
Quote:
Originally Posted by alhneiti
Hello,
I tried DIVs but they dont seem to work properly, how can i go on with this idea?

You need to use CSS to make divs work.
position: absolute;
margin: 0px 0px 0px 0px;
width: whatever
height: whatever
padding: 0px auto;

then use top, bottom, left, right to move into position

then make the make the body have
padding: 0px 0px 0px 0px;

something along those lines, I think.
  Reply With Quote