PDA

View Full Version : MySpace code


lyngraphics
September 30th, 2008, 12:00 PM
Ok... I am not good at html and programing and all that, so maybe someone can give me assistance. (I am more on the artsy side! :lol2)
I want to create some of my own myspace icons, but what kind of code do I need to insert them? I'm talking really simple, just code to insert a jpeg.

Thanks to anyone who can help out!

fracturedInfinity
September 30th, 2008, 12:27 PM
If it's just HTML, it should be the same as any other picture:

<img src="http://www.mysite.com/mypic.jpg"></img>

Provided you have the picture saved at your own site with the address between the quotes. At least that's the way I always did it.

Here's a link that has all the specifics on the img tag:
http://www.w3schools.com/tags/tag_img.asp

Hope that helps.

lyngraphics
September 30th, 2008, 05:18 PM
:thumb Thanks! It worked!