Position of page in browser

J

John

Is it standard for front page to create pages that have a
space/margin/border whatever on the left and top. I want
the page to appear hard left and hard top. Is there some
way to do this. This is the code I used:

<head>
</head>

<body>
<img src="images/banners/Banner_used.jpg" align="left"
vspace="0" hspace="0" width="594" height="80">
</body>

</html>
 
T

Thomas A. Rowe

Switch to HTML view and add the following to your <body tag for each page:

topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
J

John

Thanks Thomas
But there has been no change
-----Original Message-----
Switch to HTML view and add the following to your <body tag for each page:

topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
T

Thomas A. Rowe

URL ?

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

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