View Full Version : Anyone know the code to type on layouts?


Autumn3433
08-04-2004, 05:20 PM
I use freewbs and I put the background of my layout on as background image. I inserted a paragraph and put my layout in it and I can't type on the layout between the columns. My friend says theirs a code to type on it but I can't find it anywhere! Please help me!
Autumn

stargrl329
08-04-2004, 05:36 PM
Try this:

<div style="position: absolute; top: 100px; left: 400px; width: 200px; height: 500px; overflow: auto;">

Typing goes here

</div>

Change all the bold numbers to the numbers that match your layout. For example, if you want the text to be 100 pixels from the left, change the number after "left" to 100. (Make sure to leave the "px" there.) Once you have it positioned where you want, change "Typing goes here" to whatever you want the text to say. :)