html and php



echo "<a href='user_edit.php?id={$row_dbUsers['id']}'>edit</a>";
If i want to add color or other effect to this link i get all the time parse
error.
I have tryed with normal font color, size, mouseover but all the time...
parse error.


.