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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ajay Patel
Forum Newbie
Posts: 7
Joined: Fri Oct 03, 2008 1:16 am

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

Post 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
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

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

Post 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.
Post Reply