Why have i just had to create this code to go in the <head> section of a site template?
What shortcoming exists to force me to have to wrap the below blockif around the above code to get round this problem?
HINT: It involves SSL
After doing that for half an hour, that bloody KB had better be up to date with its info!
I would also appreciate if anyone could tell me how long winded i have just done that, when i could have done blah blah...
Code:
<style type="text/css"> body { background-color: #333333;} </style>
HINT: It involves SSL
Code:
<actinic:variable name="PageType" /> == 'Section' OR <actinic:variable name="PageType" /> == 'Brochure' OR <actinic:variable name="PageType" /> == 'Checkout Page 0' OR <actinic:variable name="PageType" /> == 'Checkout Page 1' OR <actinic:variable name="PageType" /> == 'Checkout Page 2' OR <actinic:variable name="PageType" /> == 'Shopping Cart' OR <actinic:variable name="PageType" /> == 'Add To Cart Confirmation' OR <actinic:variable name="PageType" /> == 'Search' OR <actinic:variable name="PageType" /> == 'Contact Us' OR <actinic:variable name="PageType" /> == 'Search Results' OR <actinic:variable name="PageType" /> == 'Bounce Page' OR <actinic:variable name="PageType" /> == 'SSL Bounce Page' OR <actinic:variable name="PageType" /> == 'PSP Bounce Page' OR <actinic:variable name="PageType" /> == 'Site Map' OR <actinic:variable name="PageType" /> == 'Terms And Conditions' OR <actinic:variable name="PageType" /> == 'Terms And Conditions Popup' OR <actinic:variable name="PageType" /> == 'Login' OR <actinic:variable name="PageType" /> == 'Signature'
I would also appreciate if anyone could tell me how long winded i have just done that, when i could have done blah blah...