Roger ... Henri has disabled posts that contains HTML tags ... we used to be able to but no more ... the only way i've found to do it is to break up your tags into seperate strings and stitch them together using string math, like this :

$html = "<" + "BODY" + ">" + ; all the rest

it's awefull but it's the only way i've found so far !

-Shawn

[ 22 November 2001: Message edited by: Shawn ]