[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Cell/Row Height Problem in Tables

=?Utf-8?B?cm9kY2hhcg==?=

4/13/2004 4:29:00 PM

I am trying to set a row that is approximately 1, 2 or 3
pixels in height and by default FrontPage 2003 is leaving
it at approximately 10 pixels high. Any suggestions? I
have created an image that is 1px X 1px as a placeholder
and that doesn't work either.

Thanks,
Carol

2 Answers

Jim Buyens

4/13/2004 4:48:00 PM

0

>-----Original Message-----
>I am trying to set a row that is approximately 1, 2 or 3
>pixels in height and by default FrontPage 2003 is leaving
>it at approximately 10 pixels high. Any suggestions? I
>have created an image that is 1px X 1px as a placeholder
>and that doesn't work either.
>
>Thanks,
>Carol

This usually occurs because you're displaying a space
somewhere in the row. Make sure that the row doesn't
contain displayable characters or white spaces at all, as
in:

<tr><td><img src=spacer.gif width=1 height=1></td></tr>

A second reason might be that you've set cellpadding to 4
or 5 pixels. This would make the row 8 or 10 pixels taller
than the height of your spacer.

Jim Buyens
Microsoft FrontPage MVP
http://www.inter...
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)
|/---------------------------------------------------
*----------------------------------------------------

=?Utf-8?B?cm9kY2hhcg==?=

4/13/2004 4:57:00 PM

0

Thank you - problem solved.

>-----Original Message-----
>>-----Original Message-----
>>I am trying to set a row that is approximately 1, 2 or 3
>>pixels in height and by default FrontPage 2003 is
leaving
>>it at approximately 10 pixels high. Any suggestions? I
>>have created an image that is 1px X 1px as a placeholder
>>and that doesn't work either.
>>
>>Thanks,
>>Carol
>
>This usually occurs because you're displaying a space
>somewhere in the row. Make sure that the row doesn't
>contain displayable characters or white spaces at all, as
>in:
>
><tr><td><img src=spacer.gif width=1 height=1></td></tr>
>
>A second reason might be that you've set cellpadding to 4
>or 5 pixels. This would make the row 8 or 10 pixels
taller
>than the height of your spacer.
>
>Jim Buyens
>Microsoft FrontPage MVP
>http://www.inter...
>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)
>|/---------------------------------------------------
>*----------------------------------------------------
>
>.
>