Hi, Thanks to you both for your replies.
The format I want my link text to appear is: -
<span class=title>More Info</span>
The class title is formatted as follows from my CSS: -
It might not be suitable, but if I can get it working with this class I can either use another more suitable or create a new one.
Regards,
Andrew
The format I want my link text to appear is: -
<span class=title>More Info</span>
The class title is formatted as follows from my CSS: -
Code:
.title { font-weight: bold; font-size:17px; font-family: arial, verdana, sans-serif; color:#95b37f }
Regards,
Andrew
Comment