Associate
Hi All
I need to apply a css style to this link
Whats the best way to do that.
Thanks
Aaron
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