HI,
I did email link with following script from your PHP file, I modified font size and colour, works fine. Only thing I want is how can I change the blue email address colour and get rid of underline.
$success_text .= "<h4><font color=000000>Your email address <a href=$email>$email</a> has been successfully removed from our database.<br>\n";
Your email address [email protected] has been successfully removed from our database.
You can see the "[email protected]" is in blue colour which I like to change them same as the rest of type in nornal black colour, also get rid of underline
I tryied few way like:
"text-decoration: none;border-bottom:1px double red;"
but did not work.
Please advise!
Many thanks
I did email link with following script from your PHP file, I modified font size and colour, works fine. Only thing I want is how can I change the blue email address colour and get rid of underline.
$success_text .= "<h4><font color=000000>Your email address <a href=$email>$email</a> has been successfully removed from our database.<br>\n";
Your email address [email protected] has been successfully removed from our database.
You can see the "[email protected]" is in blue colour which I like to change them same as the rest of type in nornal black colour, also get rid of underline
I tryied few way like:
"text-decoration: none;border-bottom:1px double red;"
but did not work.
Please advise!
Many thanks