Don't confuse class with name in the anchors. You can have:
<a name="EITTM" class="tomanchor"> </a>
and
<a name="EITSW" class="tomanchor"> </a>
and
<a name="WHATEVER" class="tomanchor"> </a>
and then just one line in the stylesheet
a.tomanchor {color:#ffffff;}
which would apply to ever anchor of class "tomanchor" regardless of the name of the anchor.
|
<a name="EITTM" class="tomanchor"> </a>
and
<a name="EITSW" class="tomanchor"> </a>
and
<a name="WHATEVER" class="tomanchor"> </a>
and then just one line in the stylesheet
a.tomanchor {color:#ffffff;}
which would apply to ever anchor of class "tomanchor" regardless of the name of the anchor.
- jim 5-03-2002 8:04 pm