On Fri, 16 Apr 2010, Rick Gordon wrote: > Thanks, Alan, > > 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:
Don't use successive BRs. Enclose each line in tags (e.g., <div>) with a class and use CSS to set the bottom-margin. -- Chris F.A. Johnson, <http://cfajohnson.com> Author: Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress) Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress) ______________________________________________________________________ css-discuss [[email protected]] 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/
