Announcement

Collapse
No announcement yet.

image within description

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

    image within description

    Hi
    Is it possible to add an image within the description text or underneath it?

    Thanks

    Paul

    #2
    Hi Paul

    Yes you can do this, but putting in html coding within the description field box. However, you need to tell actinic when to start html coding and when to finish.

    To do this, simply put in

    !!< // after this symbol put in html coding
    and

    >!! // This finishes the html coding
    An example would be
    !!<
    <img src="helloworld.gif">
    >!!
    This will show the helloworld.gif file within the description of you product

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Many thanks

      Paul

      Comment


        #4
        Hi
        Argh not to sure what im doing here, when i put in the html code in the description box, when viewed it just looks like text?
        i have to put html in the text description box yes?

        Paul

        Comment


          #5
          Hi Paul

          Thats correct, in the full description box, simply type in

          !!<

          // Enter your html coding

          >!!

          Kind Regards
          Nadeem Rasool
          SellerDeck Development

          Comment


            #6
            The same but in extended box

            Hi Iam looking to do the same but in the extended popup box

            I have used the same code

            !!<
            <img src="icon-popup.gif">
            >!!

            and it works but I get the quotes around the image as well ??

            !!< >!!

            is there away around this ?

            Comment

            Working...
            X