in reply to How do I create font tags with cgi.pm?

<HTMLPurist IGNORE="ALLOWED">

I'd strongly suggest that instead of FONT tags, you use CSS styles instead. It will be much more portable, and IIRC, font CSS stuff is nearly 100% complete across the browser board. To use w/ CGI.pm, you'd call it as such:

print $cgi->p( -style=>'font-color: red', "My text here" );
</HTMLPurist>

-----------------------------------------------------
Dr. Michael K. Neylon - mneylon-pm@masemware.com || "You've left the lens cap of your mind on again, Pinky" - The Brain
It's not what you know, but knowing how to find it if you don't know that's important