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.