Maybe someone can help me:
I need an additional input field, when I edit a document. I want to include special CSS files that should only be included into one document. I don't want to put them into the <head> section of the template because they're just used some times and shouldn't be loaded, when they're not needed. I could put it into the particular content into the <body> tags but this doesn't fit with XHTML Strict.
Any idea?
thanks Christoph
*edit:
I imagine something like that:
<html>
<head>
<link src="..." name="..." />
[*additionalCSS*]
</head>
...
</html>
In the backend I can define where those additional files are located
I hope you know what I mean
This post has been edited by Christoph: 14 April 2009 - 09:56 AM


Help
This topic is locked
Back to top
MultiQuote










