Viewing 1 replies (of 1 total)
  • I looked at the source code and I would review why there are multiple body statements, and the html statement in the following:

    <body class="home blog">
    <div id="wrapper">
    <div id="header">
    <div id="logo">
    <a href='http://southwestpokernews.com'><img src="Southwestpokernews.com" alt="southwestpokernews" />
    </a>
    </div>
    <div id="header-banner">
    <html>
    <body>
    <a href=http://www.southwestpokernews.com>
    <img src=http://southwestpokernews.com/wp-content/uploads/2011/11/SPN_110111.jpg alt=header1 height=260 width=980 />
    </a>
    </body>
    </html>
    </div>
    
    </div>

    Also, look at the ‘logo’ container:

    <div id="logo">

    I am just using the Tools>Web Developer>Inspect in Firefox and see overlapping items here and style added to the ‘logo’ with a margin-top of 132px

Viewing 1 replies (of 1 total)

The topic ‘Moving Header up’ is closed to new replies.