> Back to the tables -
>     I am using Kevin's suggestions for horizontal listings of departments
> and Items and it in general is working how I would like-Except:
>        The space below the bottom page_top frame
>        and the first row of departments/Items is rather large.
> If I pull the created page in to dreamweaver - the tables look just like I
> want them to.
> The bottom of page_top is directly above the top of the first
> row. But when
> I view the page in IE5.5 the table is offset low again. I can see
> nothing in
> the code that should cause this.
> Anybody else deal with this and solve it?
>

Check closing cell tags.

<td>
  Cell content
</td>

will have extra space below it.

<td>
  Cell content</td>

will not.

Hope that helps.

Chuck

-------------------------------------------------
Chuck Gartland          ||      [EMAIL PROTECTED]
Project 27                      ||      www.project27.com
1836 Palm Avenue                ||      808 465-1381
Pearl City, HI  96782   ||      GMT -10:00 hours
-------------------------------------------------

_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev

Reply via email to