I am quite new to web development so I wanted to ask people here if there exists any software which can convert JPG/PSD to its respective HTML/CSS equivalent?

I am not looking to embed the image in the HTML but want HTML/CSS source which will be equivalent of that JPG from which it is converted.

Thanks,

Saarthak

link|improve this question

67% accept rate
2  
Nope, you'd have to do it by hand. – JohnP May 10 '11 at 5:13
Related: Best Way to Convert PSD to CSS/HTML File? – Pekka May 10 '11 at 5:15
2  
It would be very popular if it existed :) – alex May 10 '11 at 5:15
@alex: it does, but not sure how popular it is :) - (see answer below) – Ryan Fernandes May 10 '11 at 5:52
@Ryan I don't know if generating images with td cells is quite what the OP had in mind. – alex May 10 '11 at 6:01
show 1 more comment
feedback

2 Answers

even I am quite new to designing because m a developer but ADOBE fireworks is the tool thet lets you convert jpg/jpeg in respective html/css Although it will not convert the whole for you but it'll convert atleast 60% of the layout to html/css.

more tutorials can be found Here

excuse me if i was wrong anywhere

link|improve this answer
feedback

Well, I had stumbled upon this a long time ago.

Try img2html. It seems to do what you want. text-image.com is another one, but the sample 'hand-holding-beer' file looks better when converted using img2html :)

link|improve this answer
Please note that I wrote that (img2html) in 2003! It's not exactly the most polished script in the world. – pgl Jun 21 '11 at 12:41
and its still cool :) – Ryan Fernandes Jun 22 '11 at 4:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.