The part of the HTML that is coming from ShopSite's template does align to the
top (see the valign=top attribute of TR and TD tags in the source) but you've
got each piece surrounded with HTML which may be negating that.
The basic structure of the 'Text 3 On Left Side" template that you are using is:
The page name at the top, centered over everything.
A table for the whole page that contains:
A cell on the left that is set to 125 pixels wide that contains the contents
of Text 3.
A cell on the right that contains:
A table for Text 1.
A table for all the Products and page links.
A table for Text 2.
A table for the footer.
In each case of the ShopSite-generated tables, the first TR and/or TD tags have
the valign=top attribute.
-Loren
Larry Bohen wrote:
I've got a "short" page at
http://www.audiobooksonline.com/shopsit ... books.html which
looks peculiar as the text doesn't start at the top.
I know I can add several paragraph tags, but this creates a lot of white
space between the upper text and the (3) "What's New" hyperlinks.
How do I move the text up without creating a lot of space between it and the
(3) "What's New" hyperlinks?