I have used Block Ifs to select a "To Go" Link to One of 3 eBay Shops that we have, depending which Production Section our customers are viewing:
http://www.denbigharmysurplus.co.uk/...X_on_eBay.html
http://www.denbigharmysurplus.co.uk/...s_on_eBay.html
Since this addition I am seeing a Syntax Error everytime I load my Site.
It is for the First Block If in that paricular section of Code. All the conditions are identical, but I seem to having a problem with the first only:
<actinic:variable name="To Go Code" />==Ballistics
The error will dissapear and site will load if I input spaces either side of the operator and Apply the changes:
<actinic:variable name="To Go Code" /> == Ballistics
However, if I close down the session (Including a Back Up) and reopen Actinic the Syntax Error reappears but in reverse.
This time, removing the spaces solves the problem.
Any suggestions how I can remove this error once and for all?
http://www.denbigharmysurplus.co.uk/...X_on_eBay.html
http://www.denbigharmysurplus.co.uk/...s_on_eBay.html
Since this addition I am seeing a Syntax Error everytime I load my Site.
It is for the First Block If in that paricular section of Code. All the conditions are identical, but I seem to having a problem with the first only:
<actinic:variable name="To Go Code" />==Ballistics
The error will dissapear and site will load if I input spaces either side of the operator and Apply the changes:
<actinic:variable name="To Go Code" /> == Ballistics
However, if I close down the session (Including a Back Up) and reopen Actinic the Syntax Error reappears but in reverse.
This time, removing the spaces solves the problem.
Any suggestions how I can remove this error once and for all?
Comment