Results 1 to 6 of 6

Thread: How can we convert an Image into HTML file?

  1. #1
    Join Date
    Oct 2011
    Posts
    96

    How can we convert an Image into HTML file?

    Hey guys I am from the computer field and studied html but want to know Is there any possible means for converting a jpg image into HTML? Is it possible like HTML cutting, as I heard of it? Please specify the means for the above. Thanks.

  2. #2
    Join Date
    Nov 2010
    Posts
    422

    Re: How can we convert an Image into HTML file?

    I can’t realize what you wish for. alter an image into HTML? Are you meaning you are making an image of the page layout and wish to "cut and slice" into a HTML page.

  3. #3
    Join Date
    Nov 2010
    Posts
    503

    Re: How can we convert an Image into HTML file?

    This is a process and if you want to do so, you require learning HTML and CSS, and also the technique to write a page from scratch. You can find yourself learning on w3schools .there each and every aspect is been lay. For your further information, an HTML page is compiled of text and markup .they consists of innumerable headings, lists etc in addition to decoration. An image is simply a picture which has no readable content. It is not possible for you to make any type of automated method that takes an image and turns it into HTML, since the image doesn't have necessary information in it.

  4. #4
    Join Date
    Dec 2010
    Posts
    351

    Re: How can we convert an Image into HTML file?

    If you are trying to slice a jpeg page and build HTML page from it, a good hold over in Photoshop is mandatory. The software for this to be done is photo shop. Editing the image and making a new is called slicing. As you are from computer field I think your knowledge towards Photoshop might be quite adequate to do so. But it is not possible to slice any image to make an html but you should create a good template in jpeg or psd format initial ally.

  5. #5
    Join Date
    Mar 2011
    Posts
    542

    Re: How can we convert an Image into HTML file?

    If you are meaning to add image to an html page, it is quite simple. First write the code for an html page. If you are a normal user who doesn’t knows more about the HTML, I will provide the same. So firstly to create an HTML page, write the following code in your notepad.
    <html>title of your page</html>
    <head>topic</head>
    <body image=”url”>content</body>
    </html>
    Save the above code with .html or .htm extension.
    Run the saved file in the browser. You will find the image on the layout of the page. The most important thing to insert is the correct url of the image. To do this save the image and the html file in one folder. Mention the accurate path for it.

  6. #6
    Join Date
    Jul 2011
    Posts
    434

    Re: How can we convert an Image into HTML file?

    If trying some advanced features with html, it is possible for you if you stress on css and javascript languages. They will help your html inserted images look better than the previous one, and will have an additional effects according to the tags and values specified.

Similar Threads

  1. How to convert doc file into html using aspnet?
    By Balamohan in forum Software Development
    Replies: 3
    Last Post: 01-12-2009, 07:51 PM
  2. Convert image in to mbm file
    By Damaris in forum Windows Software
    Replies: 3
    Last Post: 13-11-2009, 09:12 AM
  3. Convert html document to a jpeg file format
    By AK_Chopra in forum Windows Software
    Replies: 2
    Last Post: 13-05-2009, 03:11 PM
  4. How to convert Image To HTML Files With ASCII Characters
    By Francesca in forum Software Development
    Replies: 2
    Last Post: 26-03-2009, 11:26 PM
  5. Convert HTML image format
    By Champak in forum Customize Desktop
    Replies: 2
    Last Post: 03-10-2008, 03:03 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,440,807.80091 seconds with 17 queries