| Re: DreamWeaver help. Looking at the source, I believe your problem may be this.
crowsnest code: <body>
<div class="container">
<div class="top" style="width: 628; height: 39">
alvir-online code: <body>
<div class="container">
<div class="top">
Try removing the ....style="width: 628; height: 39">
and see if that fixes the problem. |