Associate
i am trying to insert a picture in a comment on myspace but i dont know the language.. what do i need to type?
dhjjessel said:so i have to put a link to an jpeg on my computer?
Yea it is for myspacemarc2003 said:perhaps it use html code?
<img src="pic.jpg" />
dhjjessel said:yeah will that work for myspace?
<img src="http://website.com/image.jpg" alt="Alternative Text">< /img>
Trigger said:You need to upload the image to your web hosting and then put a link to that inside IMG tags on the page you want it displayed:
Code:<img src="http://website.com/image.jpg" alt="Alternative Text">< /img>
<img src="http://website.com/image.jpg" alt="Alternative Text" />
Pine said:the img tag doesn't have a closing tag, so it's:
Code:<img src="http://website.com/image.jpg" alt="Alternative Text" />
If you enjoy a bit of your ol' XHTML.
Trigger said:Ahh, course. It's self closing Thanks
Pine said:No probs bruv.
dhjjessel said:thanks for the help guys but when i use that code in a comment in myspace, i really cant get a picture to appear on the comment
dhjjessel said:thanks for the help guys but when i use that code in a comment in myspace, i really cant get a picture to appear on the comment