remove space

Z

Zeeshan

After creating my website i noticed that there is space above title bar. I
tried hard to remove that space but in vain. Please sortout this problem and
advise me to get rid of that space.
 
T

Thomas A. Rowe

Provide a URL to the page with this problem.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
P

Paul M

Hi
Have you tried removing the page margins
Right click on the page, select page properties, then the advanced tab and
put 0 in the top margin box
Paul M
 
C

Cowboy (Gregory A. Beamer) - MVP

Go to page properties and get rid of the margins. This will tell the browser
not to add the margin space when it renders the page.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
A

Andrew Murray

try setting the page margins to zero? Under Page Properties. or in the
code, in the Body tag type topmargin="0" marginheight="0"
 
Top