To put and image on your website, the format would be
Code:
<img src="URL OF IMAGE">
If you would like to make the image a link like a button, the format would be
Code:
<a href="URL OF WEBSITE"><img src="URL OF IMAGE OR BUTTON"></a>
To resize your image with HTML, here is how to do it
Code:
<img height="##1" width="##2" src="image.gif">
##1 - The height of the image. This can be defined by pixels
##2 - The width of the image. This can be defined by pixels.
-soR
Niki FM Skittles
Joined: 23 Jan 2005
Posts: 36
Location: in your pants :D
Posted:
Wed Jan 26, 2005 3:19 am
Oooh I see how to resize images with html haha. I would use to just paste it in a new entry on xanga, resize it there, and copy the html on "edit". Thanks!
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum