Hey Jen,
I just registered on your site, and in the profile when I click on preview my signature, at the bottom of the box it shows:
'##### Super/Admin/Mod HTML Only Mod ##### function chkSuperAdminModHtmlOk() chkSuperAdminModHtmlOk = false if strSuperAdminModHtml <> -1 then select case mLev case 3 if strSuperAdminModHtml = 3 then chkSuperAdminModHtmlOk = true end if case 4 if strSuperAdminModHtml = 3 or strSuperAdminModHtml = 4 then chkSuperAdminModHtmlOk = true else if MemberID = intAdminMemberID and strSuperAdminModHtml = 5 then chkSuperAdminModHtmlOk = true end if end if end select end if end function '#########################################
You've got something kind of wacky there...might want to check it out.
Blue Skies!
h