I don't know what else to say ...
THANKS jscheuer1 ... and thanks for assisting all of us forum members.
It works just the way I wanted it.
updated:
Anyway to solve why I can't get the text decoration to underline for the class "on this page" ... I may have conflicting css " a: " command:
URL http://team-raptor.net/girard/myrapt...servo_tip.html
CSS
#wrapperL{
width: 9em;
background: #e8e8e8;
color: #000000;
margin: 0;
float: left;
clear: left;
padding: 1.5em .5em;
}
#content1{
background: #e8e8e8;
color: #000000;
}
#content1 a:visited{
text-decoration: none;
}
#content1 a:link {
text-decoration: none;
color: #000000;
background: #e8e8e8;
}
#content1 a:hover {
font-weight: bold;
color: #C02020;
text-decoration: underline;
background: #e8e8e8;
}
#content1 a:active {
font-weight: bold;
color: #000000;
text-decoration: none;
background: #e8e8e8;
}
.onthispage {
font-weight: bold;
text-decoration: underline;
font-size: .75em;
color: #000000;
}
