View Full Version : image problem


kintora20
02-12-2004, 05:56 PM
im useing this code :

<img style="position:absolute; top:the amount of
pixels from toppx;left:the amount of pixels from
leftpx; width:your image width in pixelspx;
height:your image height in pixelspx" src="
<img src="whatever.gif" style="border:2px dashed #COLOR">

thats the code im useing but it wont make my image posision or even show the image =\

help >_<

pcsagewiz
02-12-2004, 06:37 PM
try this code:
<div align="center"><img src="yourimage.gif" style="border:2px dashed #COLOR"></div>

Arc Angel
02-12-2004, 07:33 PM
You had a couple errors with in your code, here's what it looks like fixed:


<img style="position:absolute; top:#px; left:#px; width:#px;
height:#px; border:2px; border-style:dashed; border-color:#COLOR " src="whatever.gif" ">


:)