[TYPO3-english] parasitic tags <a id="c44"></a>

Jigal van Hemert jigal at xs4all.nl
Sat May 22 22:38:12 CEST 2010


Hi Ktt (mysterious name by the way),

ktt wrote:
> I have noticed some parasitic tags like <a id="c44"></a>:
> 
> <!--  CONTENT ELEMENT, uid:44/list [begin] -->
> 		<a id="c44"></a>
> 		<!--  Plugin inserted: [begin] -->
> 
> Do they have any particular meaning? 

Yes, they are used as jump targets. If you have for example a 
menu/sitemap of type "Section index (pagecontent w/Index checked)" this 
'menu' jumps to the targets (or add #c44 to the URL).

> How to remove them? It appears strange - they have the id refering to 
 > content uid and are empty..

They are added by TS:

tt_content.stdWrap.prepend = TEXT
tt_content.stdWrap.prepend {
	dataWrap = <a id="c{field:_LOCALIZED_UID}"></a>
	if.isTrue.field = _LOCALIZED_UID
}

How to remove them:

tt_content.stdWrap.prepend >

in your TypoScript template.

-- 
Jigal van Hemert.


More information about the TYPO3-english mailing list