Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Victor Livakovsky
Hi, Toni. What i want is when i add new content in BE below existing one to see that new content in ANOTHER div id=box col2/div which have float left on em so they nest on each other 4 boxes in row. Let’s assume, that you're adding content via subparts, like this: page.10.subarts.CONTENT

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Loek Hilgersom
Hi Toni, You could try something like this: lib.contentRows = COA lib.contentRows { 10 styles.content.get 10.wrap = div id=box col2|/div 10.select { begin = 1 max = 4 } 20 .10 20.select.begin = 5 30 .10

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Loek Hilgersom
... and Victor is right, that should be 10.wrap = div class=box col2|/div if you use that multiple times on one page. Loek On 04/25/2012 03:19 PM, Loek Hilgersom wrote: 10.wrap = div id=box col2|/div ___ TYPO3-english mailing list

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Toni Andric
On 25.4.2012. 15:25, typo3-english-requ...@lists.typo3.org wrote: lib.contentRows = COA lib.contentRows { 10 styles.content.get 10.wrap =div id=box col2|/div 10.select { begin = 1 max = 4 } 20 .10 20.select.begin =

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Toni Andric
Message: 1 Date: Wed, 25 Apr 2012 15:37:06 +0200 From: Loek Hilgersoml...@netcoop.nl Subject: Re: [TYPO3-english] Content showing inside div element problem To: typo3-english@lists.typo3.org Message-ID:mailman.1.1335361026.1742.typo3-engl...@lists.typo3.org Content-Type: text/plain

Re: [TYPO3-english] Content showing inside div element problem

2012-04-25 Thread Katja Lampela
Hi Toni, I use extension oxylab_stdwrap to achieve that. It adds to each content element 3 fields you can use: id, class, style. It has one validation issue though; many content elements get same id, but adding this to your setup clears it (thanks to Jo H.): tt_content.stdWrap.outerWrap

[TYPO3-english] Content showing inside div element problem

2012-04-24 Thread Toni Andric
Hello, i am new to t3 and TS and i have a little problem and need some help. I have set subpart markers inside div id=box col2 /div and content i write in BE is showen in it, thats fine. What i want is when i add new content in BE below existing one to see that new content in ANOTHER div