billwatson
Instructor
this is probably oh so easy but as only an occassional php coder its got me pulling my hair out
i just want the returned data to have a bit of color
$news .= "<b>$news_title</b><br>$news_desc<br><font color =\#ff0000\><u><a href=\"$news_uri\" target=\"_new\">$news_uri</a></u></font><br><br>";
the above works fine if i remove the <font> tags but i would like the links to be a different color and not just underlined
can somone please point out my error as ive attempted all kinds of combinations without joy
i just want the returned data to have a bit of color
$news .= "<b>$news_title</b><br>$news_desc<br><font color =\#ff0000\><u><a href=\"$news_uri\" target=\"_new\">$news_uri</a></u></font><br><br>";
the above works fine if i remove the <font> tags but i would like the links to be a different color and not just underlined
can somone please point out my error as ive attempted all kinds of combinations without joy