Hi All
Having a go at putting in a conditional Block if on a brochure page.
Basically I want a bit of code that if the specific page is X then insert the content, if no, then dont.
So, I thought I would hang off the title of the page - something along the following lines...
But it does not seem to be working - pretty sure this used to when I have done similar in the past.
What have I got wrong?
Cheers.
Having a go at putting in a conditional Block if on a brochure page.
Basically I want a bit of code that if the specific page is X then insert the content, if no, then dont.
So, I thought I would hang off the title of the page - something along the following lines...
HTML Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageTitle%22%20%2f%3e%20%3d%3d%20%22Title Here%22" > <p>Content if the page title is "Title Here"</p> </actinic:block>
What have I got wrong?
Cheers.
Comment