mhonarc-users

Re: Additional attribute on subject link?

2006-07-03 17:43:53
On July 3, 2006 at 08:38, David Gibbs wrote:

Does anyone know if there is a way to add additional attributes to the
subject link in an index?

Roll your own link.  All the following are equivalent to $SUBJECT$:

  <a $A_ATTR$>$SUBJECTNA$</a>
  <a $A_NAME$ $A_HREF>$SUBJECTNA$</a>
  <a name="$MSGNUM" href="$MSGNUM$>$SUBJECTNA$</a>

See the Resource Variables Index of the documentation for more
information.

--ewh