-----Original Message-----
Hello,
Howdy.
i am trying to add a row in a table but it doesnt seem
that i can make it smaller then 19 pixels, is there any
way to make this row thinner?
This usually occurs because FrontPage adds a non-breaking
space character ( 

to empty table cells. This
avoids problems with borders and backgrounds not showing
up for completely empty cells. The height of 19 pixels
comes from the height of the character plus cell
padding and cell spacing.
The fix is to put something smaller in each cell if the
row, such as:
<span style="font-size:1px;"> </span>
If you're drying to create a divider line, you 'll
probably want to merge all the cells in the row into one.
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)
|/---------------------------------------------------
*----------------------------------------------------