Position of page in browser

  • Thread starter Thread starter John
  • Start date Start date
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>
 
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.
==============================================
 
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




.
 
URL ?

--

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

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