This has been an excellent thing for me to learn in my greenhorn-hood..

As I adjust my pages to work with this new combined style sheet, I'm  
adding "id="index" to every instance of my <p> tags; my "space after"  
design employs a <p>paragraph's worth of text</p>  <p>paragraph's  
worth of text</p>, so every <p> needs adjusting.

Is there a way to say "All of these <p> are now <p id="index">?"

thank you!

John



If you need all P tags to be styled the same way then you shouldn't need to add 
an ID to them.
You especially shouldn't be doing it if there's more than one paragraph on each 
page.



 

______________________________________________________________________
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/

Reply via email to