FWIW, if anytime you want raw HTML tags to show up in emails for everyone, just encapsulate the whole HTML section inside of "pre" tags. Then it will render as source even if HTML interpreted. For example: <pre> The "<font>" tag is not very interesting. </pre> HTH, Brian > A text file that contains my previous post: > http://ufp.uqam.ca/mc/htmlTags.txt > > Enjoy!