Page 1 of 1

How to create an Image/Thumbnail of a Table(HTML)

Posted: Tue Oct 21, 2008 1:15 am
by Ajay Patel
Hi all,

I am uploading templates which are designed in HTML table, now I want to convert them into Image or Thumbnail, so user can see how template looks like from Image.
Could anyone suggest me how can i do this?

Thanks all.

Regards,
Ajay Patel

Re: How to create an Image/Thumbnail of a Table(HTML)

Posted: Tue Oct 21, 2008 2:30 am
by onion2k
Trying to create a thumbnail of some HTML automatically is extremely complicated, and really not worth the effort. You'd need to write some code to parse the HTML data and render it like a web browser would. I'd just draw a picture of the template in a drawing package and upload it like any other image file instead.