|
well this is not suggested since malicious html can be used to attack your website this is why its disabled but if you want you can always set up an extra field for a link and then disable the fixmessages line like so in uploadproduct.php
$extra1 = fixmessage( $extra1 );
to
//$extra1 = fixmessage( $extra1 );
|