Table to Gif

  • Thread starter Thread starter Ready47
  • Start date Start date
R

Ready47

Is there anyway to transform a talbe in frontpage to a gif image.
I have designed some Bingo Cards using frontpage tables and I
want to change them into gif files to create an animination with them

Any ideas.

Thanks
 
-----Original Message-----
Is there anyway to transform a talbe in frontpage to a
gif image.
I have designed some Bingo Cards using frontpage tables
and I want to change them into gif files to create an
animination with them.

For static images:

1. Display the Web page in any browser.
2. Press Alt+PrtSc
3. Paste into any graphics program.
4. Crop to suit.

If you want dynamic images (i.e. different random bingo
numbers every time) then you'd need to draw the images
using Windows GDI calls. This isn't terribly difficult if
you can use ASP.NET, but it does involve graphics
programming. And I'm not sure how you'd create animated
GIFs on the fly, if that's what you have in mind.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*


Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
open the page on your desk top. take a desktop screenshot
then use an image editor of your choosing to crop the
screenshot and convert to jpg or gif
 
Back
Top