|
Dreamweaver "Param" change not taking affect
Hello everyone,
I have been assigned to a new client and thus "taking 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.
So, I created a new page and link it to this Template. Then to change the state of the button I go to "Modify>Template Properties" panel and choose the correct button. I can see the code changing while I am doing this, so I click OK.
The defaults are all "true" and the one I just changed is "false" as seen below:
<!-- 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" -->
I was hoping that the number 4 button would now be "On", but it is not. Nothing has changed.
This perplexes me. Is there something else I need to do?
Everything I have read in the "help" section and on-line indicates that is should be this simple. I have tried editing various other Templated pages and they also do not change.
Any troubleshooting ideas would be helpful thanks !
|