[TYPO3-english] Whitespace and newline in page.headerData

2009-04-27 Thread elijah
Hi, 1. This doesn't seem to affect the w3c validation but this has been bothering me for quite some time now, when I add/replace the tag using page.headerData - the wrap goes like this = MySite | The nbsp; code shows up in the source, but in the frontend it works fine. I know it should be

Re: [TYPO3-english] Whitespace and newline in page.headerData

2009-04-27 Thread Dmitry Dulepov
Hi! elijah wrote: > Question: > ??? How can I add whitespace in the TS without using html code ??? Use noTrimWrap. > Question: > ??? How can I be able to make the code I add to the header drop into a > new line, of course without using any html code ??? Use ( and ) to make multiline values. I a

Re: [TYPO3-english] Whitespace and newline in page.headerData

2009-04-27 Thread Elijah Alcantara
Hi, Solved! Sorry my last code was wrong, the parenthesis suggestion worked :) thanks again Best regards, Elijah ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Whitespace and newline in page.headerData

2009-04-27 Thread Elijah Alcantara
Hi, @notrimwrap: Exactly what I was looking for, thanks! solved! @parenthesis: I can see how this works for a single page.headerData, but what about multiple ones? page.headerData.10 page.headerData.15 page.headerData.20 ... It doesn't seem to arrange itself and set a new line for each header

Re: [TYPO3-english] Whitespace and newline in page.headerData

2009-04-27 Thread Rik Willems
Hi Elijah, Here is how I use it, and it works just fine: // Place own title tag config.noPageTitle = 2 page.headerData.1 = TEXT page.headerData.1 { data = field:subtitle // TSFE:page|title noTrimWrap = | | - {$config.siteName}| } The tab before makes it align nicely with the rest