Viewing 8 replies - 1 through 8 (of 8 total)
  • It looks just fine to me…

    Thread Starter watex

    (@watex)

    no, look at the words ‘OTHER EXPECTATIONS”

    Fine for me in Firefox and IE8. Hasn’t this one come up before?

    That particular phrase indeed is a bit too much to the left in safari en ff (mac).
    Will have a look at it in a jif.

    Peter

    That particular heading is in a <div> while the others are not.

    i.e. :

    <div style="text-align: left;"><span style="text-decoration: underline;"><strong>Other expectations</strong></span></div>

    while

    <p><span style="text-decoration: underline;"><strong>Essential Expectations</strong></span></p>

    so edit the page to remove the <div>, or if it really needs to be in a <div> you can add margin-left:15px; to the element style to line it up with the rest.

    Please start by validating the source, you have some errors (23). If I counted correctly you have some unbalanced elements (opening tags <> closing tags).

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftheclubpenguincheats.com%2Fchatroom%2F

    Peter

    To be specific: the navigation menu is unbalanced:

    <ul id="page-list"  class="clearfix">
    
    <li class="page_item page-item-4">
    <a href="http://theclubpenguincheats.com/forums-d/" title="<a href=&quot;http://forum.theclubpenguincheats.com/&quot;>Forums</a>">
    <a href="http://forum.theclubpenguincheats.com/">Forums
    </a>
    </a>
    </li>
    
    <li class="page_item page-item-2926">
    <a href="http://theclubpenguincheats.com/trackers/" title="Trackers">Trackers
    </a>
    
    <li class="page_item page-item-3025">
    <a href="http://theclubpenguincheats.com/codes/" title="<a href=&quot;http://theclubpenguincheats.com/club-penguin-coin-codes/&quot;>Codes</a>">
    <a href="http://theclubpenguincheats.com/club-penguin-coin-codes/">Codes
    </a>
    </a>
    </li>

    Peter

    Thread Starter watex

    (@watex)

    1. do i copy/paste that code for the navigation bar?
    2. how do i fix those validation errors?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘weird alignment’ is closed to new replies.