Bei mir hat der Hinweis von David im TYPO3 Forum geholfen:
typo3forum.net/forum/typo3-fragen-probleme/55443-image-tag-attribute-height-width-entfernen.html#post210913
tt_content.image.20.stdWrap.replacement {
10 {
search = # width="[0-9]*?"#i
replace =
useRegExp = 1
}
20 {
search = # height="[0-9]*?"#i
replace =
useRegExp = 1
}
}
Code muss vor dem Page-Object (page = PAGE) eingefügt werden, und ggf. auch for
inkludierten Libs (lib.irgendwas = COA) - also so ziemlich am Anfang.
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german