Multiple <BODY> tags wipe out content

K

Kim Floyde

Why does FrontPage 2003 keep adding a second <BODY> tag
to my code? I save a normal page and go back in and this
is what I see:

<BODY topmargin="0" leftmargin="10">
<body topmargin="0" leftmargin="0">

The first tag is mine... the second was added
automatically by FP2003. When I delete it and save the
page, then reopen it, it reappears. There are other
times when the HTML code just shows this:

<HTML>
<HEAD>
<META http-equiv="Content-Language" content="en-
us">
<META http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<TITLE>NEW PAGE</TITLE>
<LINK rel="stylesheet" type="text/css"
href="_styles/style1.css">
<BASE target="_self">
<meta name="Microsoft Border" content="tb">
</HEAD>

<BODY topmargin="0" leftmargin="10">
<body topmargin="0" leftmargin="0">
<body topmargin="0" leftmargin="0">
<body topmargin="0" leftmargin="0"></BODY>
</HTML>

Thanks for any advice you can offer...
Kim Floyde
Montrose, Colorado USA
 

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