Mark Sapiro wrote:
>
>If what you want is to have the text italicized except for the
>addresses, you can replace Address in line 52 with Italic and replace
>... at line 49 with
Ooops. This is wrong because the Italic class generates an tag,
not an tag, so if you replace Address with Italic
Tim Van Dyne wrote:
>Okay well I changed the emails successfully to the moderator email
>addresses and removed the mailto: because these are announce-only lists,
>and having real emails would defeat the purpose of the obscuring.
>The last thing I'm trying to figure out with this section is how to
Okay well I changed the emails successfully to the moderator email
addresses and removed the mailto: because these are announce-only lists,
and having real emails would defeat the purpose of the obscuring.
The last thing I'm trying to figure out with this section is how to take
away the italics tag
After wading through the configs & google for a few hours I figure I'd
just ask. Is there a variable that I can use to display moderator email
address links.
The same way owner_link is defined in HTMLFormatter.py:
owner_link = Link('mailto:' + self.GetOwnerEmail(), ownertext).Format()
The goal