Is there a way to select all <br> tags that follow a paragraph with a given 
class? i.e. <p class="myclass">This is a paragraph</p><br>

There may be other <br> in the HTML so I cannot use this:
br {display:none;} 
and I cannot delete all <br> tags.  

There are about 700 pages and I do not want to go through each of them to make 
sure if the <br> is needed or not.  I do know that it is not needed following a 
paragraph with the class of "myclass".

TIA,
Linda


______________________________________________________________________
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