> The thing is that I don't want only the first <br> to be widened. I
> want all <br>s that are not immediately preceded by another <br> to be
> widened.
> 
> I just want to special-case <br><br> or <br><br><br>. I don't want to
> special case the following:
> 
> Some text <br>
> Some text <br>
> Some text <br>
> Some text

Did you try this:

br {margin-bottom: .75em;}
br + br {float:left;}


--
Regards,
Thierry 
www.tjkdesign.com | articles and tutorials
www.ez-css.org | ultra light CSS framework




______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to