Can't see shared borders on Internet site, only in frontpage?

H

hvlawson

I have created a website using Frontpage and I have a shared border. My
problem is that when I go to view my site on the Internet, my shared border
is missing, but when I go to edit my page with Frontpage, the shared border
is there. Any suggestions of what I can do to fix this?
 
R

Ronx

The home page does not have a </body> tag - without this no bottom
border will show.

Every HTML page MUST have (as a minimum):

<html>
<head>
<title>..</title>
</head>
<body>
</body>
</html>

tags. The </body> goes immediately before the </html> tag at the bottom
of the page.
 

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