Support » Fixing WordPress » Extra space adding to the start of li item in 1E8

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cmccarra

    (@connor-mccarra)

    Any ideas? I think this got buried pretty quick…

    there seems to be a stray character in the code;

    here the html as the IE7 sees it:

    <ul>
    <li><strong>Child Custody Orders
</strong> </li>
    <li>
    <strong>Child Contact Orders</strong> </li>
    <li>
    
<strong>Maintenance Order</strong> </li>
    <li>
    
<strong>Legal Separation</strong> </li>
    </ul>

    (here just only visible as an extra space before the last two <strong> )

    maybe go into the html editor when editing your post/page, and try to change the entry to:

    <ul>
    <li><strong>Child Custody Orders
</strong></li>
    <li><strong>Child Contact Orders</strong></li>
    <li>
<strong>Maintenance Order</strong></li>
    <li>
<strong>Legal Separation</strong></li>
    </ul>

    Thread Starter cmccarra

    (@connor-mccarra)

    Hi Alchymyth,
    Yeh that extra space was suggested (http://www.cssnewbie.com/fixing-ie6-whitespace-bug/ – The first comment) as a fix to the problem but i didn’t work, forgot to remove it.

    Here’s some of the suggestions I’ve tried that haven’t worked:

    http://www.scriptygoddess.com/archives/2007/02/16/extra-space-padding-with-list-items-in-ie/

    edit:
    forgot to take the spaces out (because firefox actually does not show this space):

    <ul>
    <li><strong>Child Custody Orders
</strong></li>
    <li><strong>Child Contact Orders</strong></li>
    <li><strong>Maintenance Order</strong></li>
    <li><strong>Legal Separation</strong></li>
    </ul>

    have you tried editing the page in html modus?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Extra space adding to the start of li item in 1E8’ is closed to new replies.