Quote:
Originally Posted by Ghitulescu
Excellent - I never thought of this idea 
|
Glad that it served you.
Quote:
Anyway, I use red only to debug the links, only the alignement is important.
|
Better yet; we don't have to worry about the text decoration
EDIT: And don't use a class to style the <a> tags inside <li> tags, so instead of:
Code:
a.myN {
float: left;
margin-left:-2em;
height: 1.2em;
text-decoration: none;
}
just use:
Code:
li a {
float: left;
margin-left:-2em;
height: 1.2em;
text-decoration: none;
}
and
Code:
<li><a href="../Text/Section0002.xhtml#N1">*******</a>