mhonarc-users

Re: use of HTML in AddressModifyCode

2002-05-27 14:30:08
I particularly like this one, as it's non-linear:

    <table cellpadding="0" cellspacing="0" border="0">
    <tr><td>user</td><td>&#64;</td>
    I can be reached at
    <td>example.com</td></tr></table>

Perhaps I wasn't clear enough;  the above _visually_ renders into

        I can be reached at user(_at_)example(_dot_)com

Look at the HTML: the text is non-linear; this is not something that a
simple pattern matcher is going to find.

John