White Space at top of banner

C

CJ

I've built a website using Frontpage 2003 which can be viewed at
http://www.mymea.co.uk however I want to eliminate the white space above the
banner. The white isn't part of the image, it just appears there. The only
tag I can find in code view is a <DIV ALIGN=CENTER> which I don't think will
produce the white space.

Does anyone know how I can eliminate it?

Thanks.
 
J

Jim Buyens

-----Original Message-----
I've built a website using Frontpage 2003 which can be
viewed at http://www.mymea.co.uk however I want to
eliminate the white space above the banner. The white
isn't part of the image, it just appears there. The only
tag I can find in code view is a <DIV ALIGN=CENTER>
which I don't think will produce the white space.

Does anyone know how I can eliminate it?

1. Choose Style from the Format menu.
2. In the Styles list, select body.
3. Click the Modify Button.
4. When the Modify Style dialog box appears,
click Format and then Paragraph.
5. Set the following fields to zero:
o Indentation Before Text
o Indentation After Text
o Spacing Before
o Spacing After

Better yet, make this change to a linked style sheet that
applies to your entire site.

Worse, choose Properties from the File menu, click the
Advanced tab, and set all the fields under Margins to zero.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
C

CJ

1. Choose Style from the Format menu.
2. In the Styles list, select body.
3. Click the Modify Button.
4. When the Modify Style dialog box appears,
click Format and then Paragraph.
5. Set the following fields to zero:
o Indentation Before Text
o Indentation After Text
o Spacing Before
o Spacing After

Better yet, make this change to a linked style sheet that
applies to your entire site.

Worse, choose Properties from the File menu, click the
Advanced tab, and set all the fields under Margins to zero.

Thanks, that's very helpful.

CJ
 
S

Stefan B Rusynko

Add page margins of 0 to all your pages
Change
<body style="font-family: Verdana; font-size: 10pt">
to
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" rightmargin="0" bottommargin="0" style="font-family: Verdana;
font-size: 10pt">

--




| >
| > 1. Choose Style from the Format menu.
| > 2. In the Styles list, select body.
| > 3. Click the Modify Button.
| > 4. When the Modify Style dialog box appears,
| > click Format and then Paragraph.
| > 5. Set the following fields to zero:
| > o Indentation Before Text
| > o Indentation After Text
| > o Spacing Before
| > o Spacing After
| >
| > Better yet, make this change to a linked style sheet that
| > applies to your entire site.
| >
| > Worse, choose Properties from the File menu, click the
| > Advanced tab, and set all the fields under Margins to zero.
| >
|
| Thanks, that's very helpful.
|
| CJ
|
|
 

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

Top