[TYPO3] Don't interpret and implement html tags in text

Bing Du bdu at iastate.edu
Thu Oct 12 16:46:07 CEST 2006


> Hi,
>
> I need to write <a href="http://blabla">some text</a> as it is in a text
> type page.  But after saving, it changes 'some text' to a link and <a
> href=...> and  </a> are all gone.  I tried to use &lt; for '<' and &gt;
> for '>'.  Same result.

Never mind.  I've figured out.

In order to show

temp.loginlogout.10.wrap = <a
href="https://{$unitUrl}/|/pclogin">{$loginHeader}</a>&nbsp;&#124;&nbsp;

in the browser, I have to write it like this in a text type page

temp.loginlogout.10.wrap = &LT;a
href=&QUOT;https://{$unitUrl}/|/pclogin&QUOT;&GT;{$loginHeader}&LT;/a&GT;&AMP;nbsp;&AMP;#124;&AMP;nbsp;

Bing



More information about the TYPO3-english mailing list