View Full Version : Is it possible...


deliciouspeach
07-14-2003, 05:10 AM
Is it possible for a target linked image to have absolute position? It seems like there are just too many codes jumbled up in one...my image is perfect except where I want it to be! Any suggestions?

Melanie :)

deliciouspeach
07-14-2003, 12:19 PM
Here is my code...

<form method="link" action="http://www.geocities.com/delicioussecret16/^^^ysecrets.html"target="right"><input type="image" src="http://www.geocities.com/delicioussecret16/my^^^yban2.JPG" width="274" height="54"</form>

MaGiCSuN
07-14-2003, 12:37 PM
it should be:

<form method="link" action="http://www.geocities.com/delicioussecret16/^^^ysecrets.html" target="right"><input type="image" src="http://www.geocities.com/delicioussecret16/my^^^yban2.JPG" width="274" height="54" style="position: absolute; top: #px; left: #px;"></form>

change #px to the pixels of your choice to absolute position it.

Love,
Mirna

deliciouspeach
07-14-2003, 12:49 PM
Oh ok. Thanks so much!