You have mangle html in your home page and are missing the </head> tag
You have
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<body style="background-attachment: fixed">
<meta http-equiv="Content-Language" content="en-us">
<title>PURE MUSIC</title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)">
<meta name="Microsoft Theme" content="copy-of-iris 1111">
<meta name="Microsoft Border" content="tlb, default">
<p align="center"> </p>
<p align="center"><b>
And should have
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>PURE MUSIC</title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)">
<meta name="Microsoft Theme" content="copy-of-iris 1111">
<meta name="Microsoft Border" content="tlb, default">
</head>
<body style="background-attachment: fixed">
<p align="center"> </p>
<p align="center"><b>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| My website (
www.puremusicmag.com) was working fine online after I published
| it and when I started adding other sites' banners to mine and then published
| it, it only shows a portion of the index screen. There is no longer a
| sidebar of hyperlinks, a header, or a footer. What happened and how can I
| fix this?