[TYPO3] Wrapping Column Fields

Gilles Deacur tronno22556 at gmail.com
Mon Jun 12 20:26:45 CEST 2006


Fr. Simon Rundell SCP wrote:
>  
> ==> 10.wrap = <DIV class="xxxxxx"> | </DIV>
> ==>page.100.userFunc = tx_templavoila_pi1->main_page
> 
> You said: Just puts <DIV class="xxxxxx"></DIV> right below the body tag, and
> not in the spot I mapped for "field_main_content"
> 
> Is this not because the templavoila object is item 100 and the hard coded
> div class is item 10? If you want to render content elements as
> "field_main_content" then it should appear in the place indicated by item
> 100. Or am I missing something?


I'm so frustrated at this.  This is the direction I'm starting to take now:

lib.side_column = COA
lib.side_column.data = field:side_column
lib.side_column.data {
   allWrap = <DIV class="side_column" id="side_column"> | </DIV>
}

I just don't get it.



More information about the TYPO3-english mailing list