Quote:
Originally Posted by Toxaris
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.
|
I'm not sure,
You could link the hyperlink to the TOC, or Index file (even to an external http link).
Then again, you could do that in css as well, I guess... Any heading <H1> to <H4> reverts back to the index or some part of the book...
Different scenario, when every heading links to different places. Then individual links are necessary, in which the heading will be underlined.