View Full Version : Text on pics


Terrae
06-08-2003, 03:44 AM
Personally; I'm sick of making maps.


I think you use divs but none of mine are working.

MaGiCSuN
06-08-2003, 11:56 AM
Euhm, what's the problem here? :confused:

image maps are for linking parts....... for only text you don't have to use image maps.

a div is like this:

<div style="position: absolute; top: #; left: #; width: #; height: #;">text here</div>

just replace "#" with the numbers so that you can position it. Left is pixels from the left, top is pixels from the top, width is how width you want the text to go (like in a table), height is how long you want the text to go.

You can also add overflow: auto and then it will go scrolling when you add more and more text.

Love,
Mirna

Terrae
06-08-2003, 06:16 PM
Made sense in my head...


thank you!

MaGiCSuN
06-09-2003, 04:13 PM
Your welcome :)