View Full Version : image problem agin


kintora20
02-14-2004, 03:07 PM
<img style="position:absolute; top:#px;100 left:#px;300 width:#px;500
height:#px; border:2px; border-style:dashed; border-color:#COLOR " src="whatever.gif


that code wont work, ive tryed the one on lissa page but it also didnt work o.o;

starlet
02-14-2004, 04:01 PM
<img style="position:absolute; top:100px; left:300px; width:500px; border:2px; border-style:dashed; border-color:#ffffff;" src="whatever.gif">

You replace the #'s with the number value, rather than put them after. You can delete the ones you dont need, like the height, you need to put in an actual hex colour where it says COLOR and you need to end it properly with "> and of course you need to make sure the image (whatever.gif) is uploaded.

kintora20
02-14-2004, 04:09 PM
thanks alot starlet =)