Announcement

Collapse
No announcement yet.

Link text format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Link text format

    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
    Flooring Sales Ltd
    Flooring Sales Ltd - Wood and Laminate Flooring Company
    Hadlow Flooring
    Herga Flooring

    #2
    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:

    HTML Code:
          <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
          NETQUOTEVAR:PRICEEXPLANATION </span>
    Replace it by the following

    HTML Code:
          <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
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X