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
How to create an Image/Thumbnail of a Table(HTML)
Moderator: General Moderators
-
Ajay Patel
- Forum Newbie
- Posts: 7
- Joined: Fri Oct 03, 2008 1:16 am
Re: How to create an Image/Thumbnail of a Table(HTML)
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.