I need to create an HTML code for a photo i want to post in a comment on myspace!!?

  • Thread starter Thread starter Mystical Butterfly
  • Start date Start date
M

Mystical Butterfly

Guest
For the life of me i can't remember the name of the site that I've used before! Can anyone plz help me and tell me where to go??
 
1. upload the image to a hosting site like tinypic or photobucket
2. copy the "direct link url" under the newly uploaded image
3. paste the url in between the "" in the code below
4. copy and paste the code in the cmnts section.

<img src="direct link url here" />
 
<img src="URL">

Just put the URL of the image in the quotes

Or you can get fancy like this:

<img src="URL" alt="Image Not Found" align="center">

This way, the image will display a "Image Not Found" message if the image is removed and will be centered.

Also, if the image is huge, I recommend limiting the size, like this:

<img src="URL" alt="Image Not Found" align="center" width="400">


If you want to use one of your own MySpace photos in a comment, right click the photo and select "Copy Image URL" or something similar to that (depending on the browser) and use that as the URL
 
Back
Top