Quote:
Originally Posted by ProDigit
Yeah, which is why I don't use any heading under h4, as h5 is actually smaller than the paragraph text.
For HTML, have you tried doing:
Code:
<a href="" <h2>Heading underline</h2> </a>
It's an option that might, or might not work, depending on your device, as an alternative to:
Code:
<u><h2>Heading underline</h2></u>
|
Which shows why CSS is a much better solution. Rather than changing the coding of every instance of <h2>, just add one line to the CSS file.