At 07:09 PM 1/20/2006, Francesco wrote:
>I guess I've never had to deal with LI text long
>enough to wrap to the second line.  Now I notice that
>the second line begins under the bullet and not
>justified to the same place as the first line of text.
>  Any way to fix that?


How about this:

         <li><div>This is text that wraps around</div></li>

Containing the text in a block element prevents it from wrapping 
farther left than the first word of the text.

In place of div you could also use a normally inline element such as 
A or SPAN that you style {display: block;}.

Paul 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to