|
jaybee -> RE: navigation gets pushed below text section (3/9/2007 4:57:41)
|
The header problem is possibly because, haven't tried this, you have the container div in there twice <div class="content">
<!--webbot bot="Include" U-Include="includes/companyname.htm" TAG="BODY" startspan -->
<div class="content"><h1><font color="#FFFFFF" size="5"><b>Mohrhusen & Associates, Inc.</b></font></h1></div> You're also putting your styling in the page, the whole point of css is that it sits in the external css file so if you need to make changes you only need to do it once for the entire site. <h1><font color="#FFFFFF" size="5"> If you go to the css file mentioned above you'll see a line in there specifying the styles for all h1 tags, you change that. There's a handy primer and tag examples at www.w3schools.com/css/
|
|
|
|