PDA

View Full Version : Changing Alternate Text on Section Image


Nick
11-Jun-2003, 04:37 PM
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

cdicken
12-Jun-2003, 08:39 AM
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">