Announcement

Collapse
No announcement yet.

Image on templates to change?

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

    Image on templates to change?

    Hi

    i want to add some images on the right hand side of my act_primary template.

    however i want them to change according to which section they customer is.

    is that possible?

    #2
    If you incorporate CUSTOMVAR names into the html as placeholders for the images, then set the Customvars to the image file name using the properties tag on each section, and tick Use as Customvar and Is Filename.
    Last edited by wjcampbe; 18-Sep-2006, 03:07 PM. Reason: spelling
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Hi Bill

      this is the code from the act_primary

      <p><img name="Image1" src=CUSTOMVAR:Image1 width="140" height="140" alt=""></p>


      unfortunately it does not work.

      when i upload it, it tries to find the image called mage1????

      the equivalent code after upload

      <p><img name="Image1" src=mage1 width="140" height="140" alt=""></p>

      can you help?

      Comment


        #4
        Try CUSTOMVAR:IMAGE1 instead. The convention is for NETQUOTEVARs and CUSTOMVARs to all be in uppercase. It looks like Actinic is using the non-existent CUSTOMVAR:I which compiles to null.

        Also use

        src="CUSTOMVAR:IMAGE1" as this is better HTML.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          I thought about that Norman cause but i dismiss it.

          the quote marks i removed them cause i thought they were the problem.

          thanks for your help

          will try later on today

          Comment

          Working...
          X