Announcement

Collapse
No announcement yet.

Product Description Font Colour

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

    Product Description Font Colour

    Can anyone help me with this little problem I have. I am designing an online shopping cart with Actinic Catalog. The problem I am having is that I am importing a list of items and within the import file I want to change the font colour.

    A part of the import file has the following:


    PHP Code:
    \n!!! SPECIAL OFFER !!!\nPart Number: 11402-61860

    This is displayed in the standard font colour, however I would like '!!! Special Offer !!! in red.

    Does anyone have any ideas???

    Thanks

    Nick

    #2
    Use the following:

    \n!!! !!<font color="red">SPECIAL OFFER</font>>!! !!!\nPart Number: 11402-61860

    I.e. start the HTML expression with !!< and end it with >!!

    Comment


      #3
      Hi, I just tried that and it didn't work

      I put the following in the Excel cell and then imported the products.csv file:

      \n!!! !!<font color="red">SPECIAL OFFER</font>>!! !!!\nPart Number: 11402-61860

      This is the output that I get:

      font color="red">SPECIAL OFFER
      Part Number: 11402-61860

      So, its kinda worked.

      Any other ideas???

      Thanks

      Comment


        #4
        Looks to me like Chris missed an extra '<' before the font tag.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #5
          My bad -

          The code should be..

          \n!!! !!<<font color="red">SPECIAL OFFER</font>>!! !!!\nPart Number: 11402-61860

          Comment


            #6
            Na thats OK. Thanks it works fine now.

            Thanks once agen

            Nick

            Comment

            Working...
            X