Previous Message
Next Message

Combinators: How to Address Multiple Successive <br/>Tags

Sent by Rick Gordon on 17 April 2010 01:01


No, that didn't work either. All break-delimited paragraphs after the first run inline when ...
	br + br {float:left;}
.... is used.

------------------

On 4/16/10 at 4:57 PM -0700, Thierry Koblentz wrote in a message entitled
"Re: [css-d] Combinators: How to Address Multiple Successive":

> > 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;}

-- 
___________________________________________________

RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________

WWW:   http://www.shelterpub.com
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: