Body Tag Regeneration

D

Dennis

My body tag reads:

</head>

<body bgcolor="#F2F3F4">

<div align="center">

However, when I save the page and reopen it, the tag
reads:

</head>

<body bgcolor="#F2F3F4">
<body>

<div align="center">

Subsequently, I get duplicate shared borders (cascading).

Does anyone know why the body tag is duplicating itself?
Is this the cause of the duplicate shared borders?

Thanks, Dennis
 
Top