[TYPO3] disabling css_styled_content per page
Sebastian Fuchs
sebastian at hexerei.net
Thu Sep 20 12:48:46 CEST 2007
Hi,
one way to get rid of the extensions css stuff is to use:
plugin.plugin_name._CSS_DEFAULT_STYLE >
you will find the plugin_name that causes the
typo3temp/stylesheet_xxxx.css to be generated in the comments of that
file. after you didi that for all extensions listed in that file, it
will be gone.
the dublin core elements are not a standard feature, and i dont know
which extension is responsiable for that.
regards,
sebastian
Darko Jr. Gonzalez schrieb:
> Hey folks
>
>
> I want to disable the css that comes by default from Typo3 and
> css_styled_content on a particular page - thats the newsletter page
> (direct_mail).
> I did this so far:
> [globalVar = TSFE:id=113]
> page{
> config{
> doctype = none
> xmlprologue = none
> removeDefaultJS = 1
> #inlineStyle2TempFile = 1
> }
> includeCSS >
> includeCSS.file1 = fileadmin/templates/css/newsletter.css
> }
> [global]
>
>
> I still get:
> <link rel="schema.dc" href="http://purl.org/metadata/dublin_core_elements" /
> and specially the following css file:
> <link rel="stylesheet" type="text/css"
> href="typo3temp/stylesheet_e99aac0be0.css"
> />
> which comes with all the csc-textpic definitions...
>
> How do I disable this css file, particulary the css file - I want to get rid
> of dublin core thing too without using sourceopt.
>
>
> Thanks
>
> Darko
More information about the TYPO3-english
mailing list