Announcement

Collapse
No announcement yet.

Image in extended info pop up

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

    Image in extended info pop up

    Hi Iam looking to put an image in the extended popup box

    I have used this code

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

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

    !!< >!!

    is there away around this ?

    #2
    Are you placing the !!< >!! code in the template file or the text area for the extra info?

    If in the template, then simply take it out and you should be fine.

    If within the text area of the extra info, then try placing it in in a single line like !!<<img src="icon-popup.gif">>!! to see if that solves it.

    Comment

    Working...
    X