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.
- jim 5-03-2002 8:04 pm





add a comment to this page:

Your post will be captioned "posted by anonymous,"
or you may enter a guest username below:


Line breaks work. HTML tags will be stripped.