[Typo3] Wrap each content item in right column

Horst Muerdter horst at hmdesarrollo.com
Mon Feb 7 19:58:00 CET 2005


Hi Rickard,
try this.			

###############################
temp.customWrap < tt_content.stdWrap 
temp.customWrap { 
  prepend = CASE 
  prepend { 
    key.field = colPos 
    2 = TEXT 
    2.value = <div class="box">
  } 
  append = CASE 
  append { 
      key.field = colPos 
      2 = TEXT 
      2.value = </div>
    } 
} 
tt_content.stdWrap > 
tt_content.stdWrap < temp.customWrap 
###################################


- Horst Muerdter (horstm)

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110109587/
					



More information about the TYPO3-english mailing list