I put a list together for a staff directory and one of them has a much 
too long title.

I decided to use a <br> to move the title to the second line but now it 
outdents it

I have it coded like this:
<ul id="staff1" class="nobullet">
                                        <li><strong>Admin 
Staff</strong></li>
                                        <li>Chuck Lindley, 
Administrator</li>
                                        <li>Joanne Beasley, Comptroller</li>
                                        <li>Kathy de Domingo, <br>
                                            Director of Performance 
Improvement</li>
                                    </ul>

The style is set for:
ul.nobullet { margin: 0; list-style: none inside}

Is there some selector to get rid of the outdenting?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to