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