PDA

View Full Version : Link text format


paul in london
26-Apr-2005, 09:23 AM
Hi All
I cant seem to find anywhere to alter the attributes of the link text, ('click for more details' type of thing). I would like to show it bold and alter the color.

Any help please.

Cheers
Paul

Nadeem
28-Apr-2005, 09:04 AM
Hi Paul,

Are you talking about the information link text, which is in the "Link" tab of the product detail?

If so then change the following in "Act_Productline.html".

Search for the following:


<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span>


Replace it by the following


<span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINK<b><font color="red">NETQUOTEVAR:PRODUCTLINKTEXT</font></b>NETQUOTEVAR:PRODUCTENDLINK
NETQUOTEVAR:PRICEEXPLANATION </span>

The above codes make the link text bold and in red.

Kind Regards