Graphics will not go edge to edge

  • Thread starter Thread starter JD
  • Start date Start date
J

JD

To whom it may concern:
I produced a custom theme in Photoshop at 800 x 600. When
I import it into FP it doesn't go edge to edge. Also when
I view it in Microsoft Explorer 800 x 600 it also doesn't
go edge to edge. I remember doing a 90 percent or pixel
thing, but I do not remember how I did it.

Thanks for your time.
 
You have to make sure that the page margins are set to zero. You can do this
through the Tools | Page Options dialog. If you don't see a margins tab,
you'll need to go to the Compatibility tab and set it to IE only (Netscape
Navigator uses a different method for margins so when the page compatibility
is set to Netscape the margin tab is hidden).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Mark,
Thank you for responding. It worked on the left, but not
on the right. I still have a large gap. The background is
black and the theme is black with a curved red line. The
red line doesn't go al the way to the right. Any
suggestions?
 
Hi,
the best way is to flip to html view and type
<body leftmargin=0 marginwidth=0 marginheight=0 rightmargin=0>
this will cover every browser from NN4 up. Although I've pretty much given
up on NN4 and just do
body{
margin:0;
padding:0;
}
This works in all modern browsers - the padding is only needed for Opera it
sets a padding of about 12 pixels to the page.

Jon
Microsoft MVP - FP
 
Jon,
Thanks but no thanks...I did that and now I have to
rebuild the site. It messed everything up. And when I went
to browser view and saved....well......
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top