This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Page not displaying correctly

I have a page that is not displaying correctly. Would love to have someone that knows code well, to tell me how to fix it!

Browser: Internet Explorer

OS: Windows

Re: Page not displaying correctly

Initially, it looks like you have an erroneous "div" terminator. The code below is right after your "body" tag. It shows the start of the "wrapper" div, followed by the "header" div. After the "header" div terminator, the "mainNav" div should start. But there is an extra "div" terminator that terminates the "wrapper" div. That puts all the rest of the code outside of the "wrapper" div. Unless there is another error down the line, removing that extra "div" terminator should allow the page to display correctly.

Code:
<div id="wrapper">
  <div id="header">
    <div><img src="images/logoTFB.gif" align="absmiddle"><img src="images/header_graphic1.gif" align="absmiddle"></div>
  </div>
<span style="font-weight:bold;"><span style="color: red;"></div></span></span>
  <div id="mainNav">

Browser: Firefox, Netscape, Sea Monkey, Internet Explorer, .....

OS: Solaris (Sparc,x86), Linux, XP