Forum Moderators: not2easy
body
{
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-size: 62.8%;
}
a, p
{
font-size: 1.1em;
}
But this doesn't work correctly, if I have "a" elements inside paragraphs they grOW!
I can't break the paragraphs since they're part of the text.
I guess must be a practical solution that my newbieness blind me to see it.
So, any input is greately appreciated!
For repro just see this :
<a href="">Terms of Use</a>
<p>Use of this site, content, product or service of MySite constitutes acceptance of our <a href="terms.aspx">Terms of Use</a> and <a href="privacy.aspx">Privacy Policy</a></p>
You'll see the first "Term of use" is the same size of the paragraph, but those inside the paragraph are bigger.
[edited by: fischermx at 12:29 am (utc) on June 26, 2005]