[TYPO3] Insert a linebreak via TS
Neil Bertram
neil at tasmanstudios.co.nz
Mon Mar 13 09:04:05 CET 2006
Not entirely sure if there's a neater way, but you can do multiline
typoscript assignments which could probably do it.
From the TypoScript docs
(http://typo3.org/documentation/document-library/core-documentation/doc_core_tstemplates/current/view/2/4/),
I know it's a horrible example:
myObject = HTML
myObject.value (
<BLINK>
HTML - code
</BLINK>
)
So maybe just a linebreak then the closing bracket would do it.
Neil
Andreas Balzer wrote:
> Hi!
> I would like to know, how i can insert a linebreak ( \n ) with TS, so
> that the sourcecode breaks. Is that possible?
>
> Greets
> Andreas
More information about the TYPO3-english
mailing list