Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > HTML to Image Question

Reply
Thread Tools

HTML to Image Question

 
 
overtheroadagain@gmail.com
Guest
Posts: n/a
 
      02-15-2009
Thanks in advance for any help. I need to know how to convert html
code to an image (jpeg) and I need the content to be the same size as
an image as it was as html specifically I want to change my ad for
craigslist as an image and all the methods I have tried so far I have
been able to convert the code to an image but when I go to photobucket
to convert the entire ad back to html it is too smaal an image and not
suitable for posting. Thanks again
 
Reply With Quote
 
 
 
 
Adrienne Boswell
Guest
Posts: n/a
 
      02-15-2009
Gazing into my crystal ball I observed
writing in news:b6cc7cb3-916c-45d4-9ce6-
:

> Thanks in advance for any help. I need to know how to convert html
> code to an image (jpeg) and I need the content to be the same size as
> an image as it was as html specifically I want to change my ad for
> craigslist as an image and all the methods I have tried so far I have
> been able to convert the code to an image but when I go to photobucket
> to convert the entire ad back to html it is too smaal an image and not
> suitable for posting. Thanks again
>


You can't do that. HTML is Hyper TEXT Markup Language. What you can
do, however, it point to an image on another server, eg:
<p><img src="http://example.com/myimage.jpg" alt="Interior of
apartment"><br>Interior of apartment</p>

You can look at the source of
http://losangeles.craigslist.org/sfv...033280332.html for an example.

Please be sure that the other server allows you to link to the image,
and that the image is yours.

Your other option, of course, is to upload pictures directly to
Craigslist.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
 
 
 
Gus Richter
Guest
Posts: n/a
 
      02-16-2009
wrote:
> Thanks in advance for any help. I need to know how to convert html
> code to an image (jpeg) and I need the content to be the same size as
> an image as it was as html specifically I want to change my ad for
> craigslist as an image and all the methods I have tried so far I have
> been able to convert the code to an image but when I go to photobucket
> to convert the entire ad back to html it is too smaal an image and not
> suitable for posting. Thanks again


Perhaps what you want is a screen shot of the page?
PrintScreen should capture it for you in Windows.

--
Gus
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to call an aspx that accepts parameters through HTTP POST and returns an image, and then display the image in my html? computer_guy ASP .Net 3 07-20-2007 04:25 AM
Need help with HTML coding for Index.html background image James O'Riley HTML 4 05-05-2006 02:28 AM
wx.Image: Couldn't add an image to the image list. Laszlo Zsolt Nagy Python 1 01-26-2005 09:55 PM
html to image or html to postcript to image Lukasz Indyk Python 4 05-17-2004 06:06 PM
Can I make the container DIV of an image not taller than the image (HTML 4.01)? Vince C. HTML 1 07-01-2003 07:45 AM



Advertisments