PDA

View Full Version : position



MaGiCSuN
June 25th, 2001, 11:04
i've got this image,

it's a white image, with a pink horizontal line on the left side
so i use it on every pop-up i make, so it's a part of my layout.

now is my question, i've got this image on my page but i also added some smileys but the are under the image. How do i get them ON the white part of the image

take a look:
http://www.envy.nu/love15/smileys.html

you see, the smiley's are under the image, but i want them next to the line on the white part of the image.

Can someone tell me how to do that? it's possible, because i've seen so many picture's with text on it that is not IN the image....

Thnxx allot !!

Love,
Mirna

lucifer
June 25th, 2001, 11:13
you could put the vertical line as a background image for the page / use a table / use layers

gyrbo
June 25th, 2001, 11:48
<html>
<head>
<title>My Smilies</title>
</head>
<body>
<table background="blog012.gif">
<tr><td width="1">
<img src="img/smile.gif">Â-
<img src="img/love.gif">Â-
<img src="img/love2.gif">Â-
<img src="img/knipoog.gif">Â-
<img src="img/angel.gif">Â-
<img src="img/straal.gif">Â-
<img src="img/biglaugh.gif">Â-
<img src="img/eten.gif">Â-
<img src="img/tandenborstel.gif">Â-
<img src="img/alien1.gif">Â-<br>
<img src="img/angel.gif">Â-
<img src="img/bloemetje.gif">Â-
<img src="img/bloemetje2.gif">Â-
<img src="img/gebrokenhartje.gif">Â-
<img src="img/galgje.gif">Â-
<img src="img/hartje.gif">Â-
<img src="img/king.gif">Â-
<img src="img/lickout.gif">Â-
<img src="img/lickout2.gif">Â-
<img src="img/outtahere.gif">Â-
<img src="img/sad.gif">Â-
<img src="img/sad2.gif">Â-
<img src="img/smiletwoofus.gif">Â-
</td></tr>
</table>
</body>
</html>

MaGiCSuN
June 25th, 2001, 12:19
thnxx for the code ;)

i have changed it a little but it worked !

Love,
Mirna

gyrbo
June 25th, 2001, 13:02
np