View Full Version : positioning??


minnaradcliffe
06-28-2003, 07:56 PM
Hello, i was wondering what the code is for when you want something in an exact place...if that makes any sense. I have an image and i want a link to go in a certain place over the image....how do you do that?
i know how it works for inline frames...is it the same thing? well thanks...:)

heres a random example:

http://www.cho-chang.com/seeker.php?cc=news

i want to know how the links are positioned exactly where they are...if that makes it any clearer...~.-

thanks again!

sisqoluv
06-28-2003, 09:00 PM
Hi! It's the same idea as iframes. :)

If you want to put an image somewhere, you can use this code:

<img style="position:absolute; top:5px; left:195px;" src="image.jpg">

Just change everything in red.

You can also use DIVs

<div style="position: absolute; left: 5px; top: 5px; width: 5px; height: 5px"><font face="VERDANA" size="2">your text, links, pics, or whatever</font></div>

minnaradcliffe
06-28-2003, 09:27 PM
ooooooooh ok, thanks...does anyone know what the html or whatever would be for a text link?

Lemon Squash
06-28-2003, 09:40 PM
http://www.lissaexplains.com/html2.shtml#link ?