[TYPO3] | problem

Marlies C marliesc_spam at hotmail.com
Tue May 30 15:15:20 CEST 2006


Livius Agrippa wrote:
> Hello,
> 
> I want to insert in my site via typoscript this sigh |. But this is also 
> used to wrap specific elements.
> 
> I will put my code here:
> temp.menudown = HMENU
> temp.menudown.special = list
> temp.menudown.special.value = 38,154
> temp.menudown.1 = TMENU
> temp.menudown.1 {
> 
>    wrap = | Copyright © 2006
>     # Normal state properties
>   NO.allWrap =   |  "here I want to insert"
> 
>     # Enable active state and set properties:
>   ACT = 1
>   ACT.allWrap =   |  "and also here"
> }
> 
> Please can anyone help me with this small problem.
> 
> Best regards,
> Livius


Use the ASCI code for the sign like this:

NO.allWrap =   |  &#124

Marlies
www.mcuniverse.com



More information about the TYPO3-english mailing list