View Full Version : how can I set a size for my image so it will load this way? (the html code that is..)


sugarbyte
07-10-2004, 02:05 AM
halp :(

lefty
07-10-2004, 02:16 AM
and what way would that be?

sugarbyte
07-10-2004, 02:18 AM
well, i think ive seen it before, you just basically add something like this :
<img src="imgurl.gif" size=40%"> or something like that, but I need the specific code :( so that the default size for when my image will load is that percentage in size ^___^

SoundRelic
07-10-2004, 03:42 AM
here's an example of one of my pictures

<img src="http://www.geocities.com/pyro_2001_14/pictures/mine/desktop.jpg"
STYLE=position:absolute;top:210;left:91;width:"50%";height:"20%">

pb&j
07-10-2004, 05:12 AM
to fix that coding, it would be...

<img src="pictures/mine/desktop.jpg"
style="position:absolute; top:210px; left:91px; width:50%; height:20%;">