<body bgcolor="Blue" text="custom" link="White" alink="White" vlink="White">

Ok here is what it is returning.

I fixed the code to this:

if($textcolor eq "custom")
        {
    print " text=\"$textcolor\"";
        }
else{
    print " text=\"$txtcustom\"";
   }                                  

when textcolor equals custom thats what it's returning rather than reading
the else statement.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to