Hello everyone, I have been assigned to a new client and thus "take over" an existing website.
This website is setup in Dreamweaver using Templates.
The main Template is using "Param"s to switch the state of the button, on or off.
I create a new page and link it to this Template. By looking at the other pages code it appears I then change the menu button's state from "true" to "false" depending which one I want to be "on".
However, after doing this, nothing happens.
<!-- TemplateParam name="v01" type="boolean" value="true" -->
<!-- TemplateParam name="v02" type="boolean" value="true" -->
<!-- TemplateParam name="v03" type="boolean" value="true" -->
<!-- TemplateParam name="v04" type="boolean" value="false" -->
<!-- TemplateParam name="v05" type="boolean" value="true" -->
For example, I would like button 4 to be "on", yet there is no change to it's state.
Is there some other code I need to edit? I can't find any other editable region on the page so I am a bit perplexed.
Thanks for any info you can provide.