mhonarc-users  

Re: Additional attribute on subject link?

Earl Hood
Mon, 03 Jul 2006 15:56:33 -0700

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