Why is this UL indented to the left

Hey,

Take a look at this page:

http://www.rawlingsonlanepublicity.com/press-office/

There are 3 <li> elements, the first one is fine, but the second and third are indented to the left? Can any help me find out why?

Can i fix this?

Thanks again

The first thing I would try would be to fix the code for that section as it is invalid: :slight_smile:


<ul>
                <li>&raquo; <a href='http://www.rawlingsonlanepublicity.com/press-office/view-doc.php?ID=12&archive=May 2010'>Haute Cuisine with none of the fuss!</a></li>
           [B] </ul>[/B]
            <li>&raquo; <a href='http://www.rawlingsonlanepublicity.com/press-office/view-doc.php?ID=14&archive=May 2010'>Tetley Offer Chance To  Win Brand New Cars in Summer Promotion</a></li>
          [B]  </ul>[/B]
            <li>&raquo; <a href='http://www.rawlingsonlanepublicity.com/press-office/view-doc.php?ID=15&archive=May 2010'>Cool Off With Huhtamaki!</a></li>
            </ul>

You have closing uls between the first two list items for some reason which is invalidating the code so remove them.