-----Original Message-----
Can anyone tell me how to increase the spacing between
the columns (vertical format) of a Photo Gallery
component using FP03? (I need to include more text for
each picture.)
If so, thanks very much! (I suspect that it might require
some coding.)
This isn't something you can configure directly. However,
you may have luck adding
<style>
td {padding: 15px;}
</style>
to your <head> section, where 15px specifies cell padding
in pixels. However, this will affect every HTML table on
your page.
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)
|/---------------------------------------------------
*----------------------------------------------------