Hi! I just re-designed my site and used only one Master page. There is a dark grey box in the upper left corner of the layout (centered on page) and it should touch the very top of the page. Out of the four pages I created FWP5 is displaying only one the proper way (Photography). I cannot figure out why it displays with a margin at the top as I never set it. Can anyone tell me why??
That is really odd. I can see in the HTML Inspector (in Safari) that
either your body tag has some extra top margin or your html tag has
some top padding, but neither of those properties are being set or
inferred (looking at the Computed Style). I can’t see what element is
doing this. I’ve scrolled through the entire source, and nothing
springs out as being the culprit.
Walter
On Sep 6, 2010, at 10:49 PM, Beatrice wrote:
Hi! I just re-designed my site and used only one Master page. There
is a dark grey box in the upper left corner of the layout (centered
on page) and it should touch the very top of the page. Out of the
four pages I created FWP5 is displaying only one the proper way
(Photography). I cannot figure out why it displays with a margin at
the top as I never set it. Can anyone tell me why??
It looks like the problem is coming from the left-floated large image you have on all the pages except Photography.
I think what you need to do is make the graphic item a child of a left-floated HTML item.
I’m not exactly sure as I don’t know how you have your document set up in Freeway, but it looks like you’ve got three pages that have several left-floated HTML items with the left-floated graphic item in the middle of them somewhere, and one page that just has left-floated HTML items (the page that works correctly)…