HTML help - Messed up my sidebar in WP

by Mark_w
2 replies
  • WEB DESIGN
  • |
I have a problem with the sidebar on a few of my pages.

This is how it should look: http://www.neverflyeconomy.com
This is the problem: Contact Us | Never Fly Economy

Someone else designed this for me but they are away this week. It looks like a div tag or something may be misaligned, but the problem only seems to exist in Firefox and not Internet Explorer.

Any help would be greatly appreciated.
#html #messed #sidebar
  • Profile picture of the author pdjsolutions
    <div class="navigation"><span class="previous-entries"> </span>

    <span class="next-entries"> </span>


    </div>
    </div>
    </div>
    Should be changed to

    <div class="navigation"><span class="previous-entries"> </span>

    <span class="next-entries"> </span>


    </div>
    </div>
    That, and it will work fine .

    If you need help in editing it, let me know. I am a professional web designer and i will correct it for you.

    Also , you might want to check the index.php for the same.

    Prateek
    PDJSolutions.
    {{ DiscussionBoard.errors[1495082].message }}
  • Profile picture of the author Mark_w
    Thanks very much for your help. That fixed it perfectly
    {{ DiscussionBoard.errors[1495223].message }}

Trending Topics