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>
|
That is ugly coding! There is no need at all for a hyperlink or the underline tag. It can easily be solved in the stylesheet. Also, if you want to change something later to the styling like size, italic, bold, position, margin, whatever, you only need to change the stylesheet and it is done in all the (x)html files using the stylesheets without the need to change it manually to all the tags.
Using stylesheets really, really makes your life a lot easier and creates cleaner code.