View Full Version : how do you...


jenners2003
07-07-2003, 10:32 PM
hey,

i am trying to make free layouts for my site and i was wondering how do you code them?? like have different boxes in different places to write things it??? how do you get the box to be in the propper place??? thanx for all your help everyone!

Alcy
07-07-2003, 10:54 PM
You could use a DIV....

<div style="position:absolute; top:#px; left:#px; width:#px; height:#px;">
TEXT HERE
</div>

jenners2003
07-07-2003, 11:38 PM
<div style="position:absolute; top:#px; left:#px; width:#px; height:#px;">


ok but where it says top:#px; left:#px; what are u supposed to put and how do u get it?

lefty
07-08-2003, 01:03 AM
Just put in random numbers until it's lined up properly.

Also, it's not necessary to post the same question in multiple forums.