It’s not finished, but I’m having a problem of the top of the page being cropped off. The top of the logo and one line of the address is missing from every page, although they’re there on the master and all pages when viewed in FW5.1.2
I’m having a problem of the top of the page being cropped off. The
top of the logo and one line of the address is missing from every
page, although they’re there on the master and all pages when viewed
in FW5.1.2
It’s not finished, but I’m having a problem of the top of the page being cropped off. The top of the logo and one line of the address is missing from every page, although they’re there on the master and all pages when viewed in FW5.1.2
Thanks for looking Paul, but I’ve just had another look in Safari,
Firefox and Opera on the Mac and the top is missing, but I can see
why at a first glance you would think nothing is missing. There
should be a white line across the top of the logo above the words,
and the first line of the address which is missing should read
“Ruby’s Restaurant & Bar”.
Trev
On 11 Aug 2008, at 13:46, Paul Bradforth wrote:
On 11 Aug 2008, at 13:30, Trevreav wrote:
I’m having a problem of the top of the page being cropped off. The
top of the logo and one line of the address is missing from every
page, although they’re there on the master and all pages when viewed
in FW5.1.2
I was just going to post what DeltaDave posted!
Which means FW is doing something wrong, the missing stuff is not
making it into the HTML.
When you do in FW, File->Preview_In_Browser->Safari, does it
look all right there?
LLE
On Aug 11, 2008, at 8:54 AM, Trevor Reaveley wrote:
Thanks for looking Paul, but I’ve just had another look in Safari,
Firefox and Opera on the Mac and the top is missing, but I can see
why at a first glance you would think nothing is missing. There
should be a white line across the top of the logo above the words,
and the first line of the address which is missing should read
“Ruby’s Restaurant & Bar”.
Trev
On 11 Aug 2008, at 13:46, Paul Bradforth wrote:
On 11 Aug 2008, at 13:30, Trevreav wrote:
I’m having a problem of the top of the page being cropped off. The
top of the logo and one line of the address is missing from every
page, although they’re there on the master and all pages when viewed
in FW5.1.2
Thanks for looking Paul, but I’ve just had another look in Safari,
Firefox and Opera on the Mac and the top is missing, but I can see
why at a first glance you would think nothing is missing. There
should be a white line across the top of the logo above the words,
and the first line of the address which is missing should read
“Ruby’s Restaurant & Bar”.
Ah, fair enough. It’s one of those where it’s cut so cleanly and
neatly, you’d never know anything is there …
First off, thanks for the replies. Joe, the link you gave is what I’m
seeing, which is the cut off version. That specific place in the
Freeway document can be seen here:
With the line at the top of the logo and the first line of the
address showing.
Nathan, good point, I’ve just done the same myself and the copied
logo is cropped in Photoshop. I’ve also just tried deleting the
graphic box, and then the HTML box and no, the first line of the
address doesn’t show up.
I think the best thing to do is to send your file into support. Something strange is happening and I don’t think we’ll get to the bottom of it without seeing the file.
I just sent a reply. For others that are interested Freeway was
cropping the top line because of a margin applied to the header item
(Trev is using a box-model CSS layout). For some reason 10px or so of
the top-padding was being ignored and cropping the content. To fix the
problem I suggested removing the top-padding in the header item and
applying a top-margin to the two inflow items within the header,
essentially producing the same result visually.
I hope this helps,
Joe
On 11 Aug 2008, at 23:14, Joe Billings wrote:
I think the best thing to do is to send your file into support.
Something strange is happening and I don’t think we’ll get to the
bottom of it without seeing the file.
Excelent Joe, thanks very much - I don’t think I would ever have
stumbled across that one.
Trev
On 12 Aug 2008, at 15:46, Joe Billings wrote:
Hi Trev,
I just sent a reply. For others that are interested Freeway was
cropping the top line because of a margin applied to the header item
(Trev is using a box-model CSS layout). For some reason 10px or so of
the top-padding was being ignored and cropping the content. To fix the
problem I suggested removing the top-padding in the header item and
applying a top-margin to the two inflow items within the header,
essentially producing the same result visually.
I hope this helps,
Joe
On 11 Aug 2008, at 23:14, Joe Billings wrote:
I think the best thing to do is to send your file into support.
Something strange is happening and I don’t think we’ll get to the
bottom of it without seeing the file.