Hi there,
I have been using Actinic for a few years on and off for one of my clients and have recently updated their site with a new design, using the CSS layout as a base and building from there.
The template I created was valid HTML but I've noticed that Actinic inserts a few bits of markup that aren't valid HTML and seem to be something for Actinic itself rather than presentation. These bits of code appear in red in the Actinic text editor and also appear in the published site.
(I hope that makes sense!).
An example, is this which exists in the code for the "Mini New Products Item" that appears on my homepage and also in the live published HTML:
Another example is in the <head> area of my site:
I'm a bit of a code nut and it drives me mad that I have these chunks of god only knows what inside my site.
Can anyone please explain what these things are, whether I need them and if I can remove them?
Thanks so much!
Andy
I have been using Actinic for a few years on and off for one of my clients and have recently updated their site with a new design, using the CSS layout as a base and building from there.
The template I created was valid HTML but I've noticed that Actinic inserts a few bits of markup that aren't valid HTML and seem to be something for Actinic itself rather than presentation. These bits of code appear in red in the Actinic text editor and also appear in the published site.
(I hope that makes sense!).
An example, is this which exists in the code for the "Mini New Products Item" that appears on my homepage and also in the live published HTML:
Code:
<Actinic:PRICES PROD_REF="294" RETAIL_PRICE_PROMPT="Including VAT at 17.5% and FREE UK DELIVERY :">
Code:
<Actinic:COOKIECHECK />
Can anyone please explain what these things are, whether I need them and if I can remove them?
Thanks so much!
Andy
Comment