Announcement

Collapse
No announcement yet.

html code in product description

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

    html code in product description

    How can I add html code into the product description box or pop windows. I find when I enter html it is displayed as is tags and all, not processed.



    I was told by Actinic that you could

    Many thanks

    AndrC

    #2
    enclose the HTML is these tags

    !!<HTML HERE>!!

    Comment


      #3
      aahhhh thanks


      many thanks

      AndiC

      Comment


        #4
        What might I be missing here?

        Originally posted by pinbrook
        enclose the HTML is these tags

        !!<HTML HERE>!!
        I want to add a simple link to my Full Description field:

        !!<a href="http://www.mysite.com" target="_blank" >!! check out mysite !!</a>!!

        Comment


          #5
          You need to wrap the code in !!< >!! You are missing a < from the beginning and a > from the end. Also you don't need the !! before and after the check out mysite (unless you are actually wanting them displayed on page!)

          !!<<a href="http://www.mysite.com" target="_blank">check out mysite</a>>!!
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            Perfect !!

            Thanks Dave - you the man!

            Comment


              #7
              Is is possible to insert an additional image in this way too? Only I'm struggling to get a promo jpg inserted n the full description(www.cheapdies.co.uk/acatalog/sale1.jpg)

              Comment


                #8
                yes in exactly the same way:

                !!<
                <img src="sale1.jpg" border="0" title="My Sale Image Title" alt="My Sale Image Alt Text" />
                >!!

                Also add the image to the additional files list.

                Comment


                  #9
                  Thanks for the code Duncan - I luuuuuuuuuurve you !

                  Comment


                    #10
                    That's a handy post. I was just wondering how to do it, a quick Google search brought up this thread, I guess I should have checked the forum first anyway !!
                    Steve,



                    ECO SEO

                    Comment

                    Working...
                    X