Use something like the following:
- Code: Select all
echo "<a href=\"whatever.php\" style=\"color: #ffffff;\">Link Text</a>";
This is using CSS to change the color of the font. You can also check out http://www.w3schools.com/css/css_reference.asp for more specific information.
The way that you are doing it, you would have to use an attribute in the <font> tag to change the text color. Not 100% sure on how to do that, but none-the-less, I would recommend the CSS
Will


