Announcement

Collapse
No announcement yet.

Extended Information

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

    Extended Information

    Hi

    Can anyone tell me how to apply a different font style to the Extended Information link text (e.g. bold).

    Thanks

    Sarah

    #2
    Hi Sarah

    Try this

    !!<<font face="Cooper Black" color="#FFFF00">Other Colours Available - Contact Us For Prices</font>>!!

    Obviously change the font, colour and text to what you want

    Cheers
    Darren

    Comment


      #3
      3 or 4 ways:-

      1) If you've only a few to do just put the HTML into the Link Text field.

      E.g. <b>click here for meore...</b>

      2) In design / Text / Phase -1, ID 1191 - change

      <A HREF="%s">

      to

      <A HREF="%s"><b>


      and in Phase -1, ID 1192 - change

      </A>


      to

      </b></A>


      3) Alternatively in Phase -1, ID 1191 - change


      <A HREF="%s">

      to

      <A HREF="%s" style="my style info">


      or

      <A HREF="%s" class="myclass">

      where you either hard code your own style info or have added a new class to your stylesheet (or actinic.css).


      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thanks

        Thanks Norman. Brilliant!

        Sarah

        Comment

        Working...
        X