Jump to content

make an <a href link to show in a color?


helloise

Recommended Posts

You should use a CSS style to change the color:

a.pink {	color:#e62b8c}

<a href="url" class="pink">...</a>

Link to comment
Share on other sites

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
Synook's way is best, but here's the tutorial page for showing you how to make inline styles.http://www.w3schools.com/css/css_howto.asp
Link to comment
Share on other sites

i sorted it out...a mod can close this thread please :)code lines: <tr> <td colspan="4"> <a href="<?php echo url_for('password/requirements' ) ?>" style='color:#f9c539' class='spn_med_yellow_rbc'>REQUIREMENTS TO BE A MEMBER</a> </td> </tr>and:<li> <?php echo "Visit our mobisite at: ";?> <b><a href="url" style='color:#499ee0' class='spn_med_lightblue_rbc'>www.rainbowcode.mobi</a></b> </li>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...