[TYPO3-english] Wrap several adyacent elements inside a wrap

Enrique Moreno Tent enriquemorenotent at gmail.com
Thu Feb 3 12:06:26 CET 2011


Hello TS experts.

In my page i have these 3 elements:

<div id="c100">...</div>
<div id="c101">...</div>
<div id="c102">...</div>


And i want to wrap the last 2 into the same div, so it results like this:

<div id="c100">...</div>
<div class="container">
  <div id="c101">...</div>
  <div id="c102">...</div>
</div>

How can i do it??

thanks!


More information about the TYPO3-english mailing list