Hi,
I have a javascript include that I only want to include on some sites. I have achieved this with a nested content area in the head of the parse file of my designs (print="no"). I have a customization of the design that customizes the nest content (print = yes , cache = no) that nests the text file asset.
This will not work, however if I nest a standard page asset with raw html/raw html (with same includes content as the text file asset) then it works as expected. No real problem here… just that I checked the doco and it states that any asset type can be used. So is the text file asset not working in this case as it is not processing it as html?
To be a little more specific… when I have:
with a text file asset nested content it does not print the contents of the text file.
however... when I have:
with a standard page asset nested, it does print the content of the standard page.
Should I not be using text file asset to nest tags into the head of page?
You cant nest a file asset because they work a bit differently. It's possible to get a text file asset to perform in the way you want, but it would require development. I'd suggest the standard page for now.
np Greg, works well with the raw html, thanks for the reply :)