Announcement

Collapse
No announcement yet.

Changing Alternate Text on Section Image

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

    Changing Alternate Text on Section Image

    Hi

    Has anyone mamanged to change the alternate text on a section image to use the section text rather than the name?

    I thought it might be possible by editing Act_SectionNavImage.html from the following:

    ALT="NETQUOTEVAR:ALTERNATETEXT"

    to use the following instead:

    ALT="NETQUOTEVAR:SECTIONTEXT"

    Alas, it's not as simple as that. The result I get is that the Alt text on an image then says "netquotevar:sectiontext".

    (I hope I've explained what I'm trying to achieve clearly).

    Has anyone any ideas?

    Regards

    Nick
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    #2
    Unfortunately there is a limitation in Actinic at the moment which means that you cannot use variables from Act_SectionLine.html in Act_SectionNavImage.html. The only thing I can recommend is using custom properties and replacing

    NETQUOTEVAR:SECTIONIMAGE

    with something like

    <img src="CUSTOMVAR:SECTIONIMAGE" ALT="CUSTOMVAR:SECTIONDESCRIPTION">

    Comment

    Working...
    X