Quick php and css question

Associate
Joined
13 Nov 2003
Posts
1,567
Location
Manchester
Hi All

I need to apply a css style to this link

Code:
<?php
   echo "<a href=\"news.php?id=" . $row["id"] . "\">" . $row["title"] .  
"</a>";
   ?>

Whats the best way to do that.

Thanks
Aaron
 
Back
Top Bottom