Hi, I'm relatively new to CSS. I'm trying to get all the urls in a group of text bracketed by
<p></p> tags to be underlined and everywhere else to NOT be underlined. As of now my code is
like this...
A {color: #003366; font-size: 14px; text-decoration: none;}
Which solves the second requirement but not the first. I don't want to have to put a style
reference in every <a> statement enclosed by a <p> on my site. There are many, many <p>'s.
Is this possible and how?
Thanks in advance.
<p></p> tags to be underlined and everywhere else to NOT be underlined. As of now my code is
like this...
A {color: #003366; font-size: 14px; text-decoration: none;}
Which solves the second requirement but not the first. I don't want to have to put a style
reference in every <a> statement enclosed by a <p> on my site. There are many, many <p>'s.
Is this possible and how?
Thanks in advance.
Comment