Font tag is deprecated in HTML 4.01 and unsupported by XHTML strict, but more importantly will make revising your site design harder down the road.
CSS is the way to go. If you need help learning it, refer to
W3Schools.com, a great resource site.
Quote:
Originally Posted by zachery
<a href="LINK" style="#COLOR">Bleh</a>
|
The correct syntax would be:
HTML Code:
<a href="" style="color: #hexcolor"></a>