Question:

How do I convert a jpeg to html for my blog? ?

by  |  earlier

0 LIKES UnLike

Such as myspace . THe thing says "Ok to enter html" and I see other people did it

 Tags:

   Report

5 ANSWERS


  1. I'm assuming you want to post a picture you have?

    Well in order to do that you'll need to host the picture somewhere (like photobucket.com) or something and get the actual URL for your picture.

    ex: http://www.photobucket.com/yourimages/IM...

    you would then put this in your myspace blog

    <img src="http://www.photobucket.com/yourimag...


  2. You would need to create an account on Photobucket.com or Tinypic.com. I use Photobucket. Then upload the picture after the account has been set up. Then it will give you a code for the picture for you to insert into your blog. I hope this helped!

  3. Jpeg is a binary image format. HTML is a markup language. You don't convert a JPEG to HTML, but you can use HTML to display it.

    <img src="you.jpg">

  4. You have to have the image hosted on the web somewhere. You cannot convert image to html, it's just asking for the web address at which the image is located.

    <img src="http://www.web address here.com/image.jpg"

  5. This code will display jpeg picture on html page.  Do not convert a picture to html format.

    <img src="picturename.jpg">

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.