Have a javascript slideshow with 10 images, all different
sizes. Table row is manually set to accomodate biggest
width and height. But fp automatically adds an image size
placeholder for the first image and that fouls up the 9 to
follow. Can I disable that fp feature?

re: fp98 - disabling the image size placeholder by Jim

Jim
Mon Aug 16 16:26:57 CDT 2004

FP98 is barely within memory (I mean gosh, 1998 is barely
within memory) but one method that should work for sure is:

<script>
document.write("<img name='slides' src='first.jpg'>");
</script>

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

>-----Original Message-----
>Have a javascript slideshow with 10 images, all different
>sizes. Table row is manually set to accomodate biggest
>width and height. But fp automatically adds an image size
>placeholder for the first image and that fouls up the 9
to
>follow. Can I disable that fp feature?
>.
>