View Single Post
Old 12-23-2015, 03:17 AM   #54
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by ProDigit View Post
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.
Toxaris is offline   Reply With Quote