[Typo3] Typo3 renders (sometimes unwanted) <a> elements.

Christian Trabold trabold at mehrwert.de
Wed Nov 16 11:52:02 CET 2005


>>Typo3 renders it's pages with content elements together with for
>>example:
>>
>><a name="22"></a>
>>
>>Is it possible to turn this feature off, so that it doesn't render
>>this element?
> 
> 
> Put this in your TS-Setup:
> 
> tt_content.stdWrap.dataWrap >
> 
> But be aware of the fact that you cannot render section menus (Menu/sitemap:
> Menuof subpages to these pages + sections) anymore, since these tags are the
> anchors for the sections.

well you can still render section menus - but they won't work anymore ;)

just to continue hairspliting ;)


If you disable section-tags, you should also consider to put this into 
your Page-TSconfig to disable sectionmenus from the selectbox "Menu type":

TCEFORM {
   tt_content {
     menu_type.removeItems = 3
   }
}


Greetings

Christian



More information about the TYPO3-english mailing list