i have this code and want the link to show in pink please but nothing i have tried works...please help???
<td colspan='8'>
<li>
<?php echo "Visit our mobisite at: ";?>
<a href="url" color='#e62b8c'>www.rainbowcode.mobi</a>
</li>
</td>