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

Enrique Moreno Tent enriquemorenotent at gmail.com
Thu Feb 3 13:35:53 CET 2011


silly me, i got it right with some COA and "select" function :) Thank you
guys :)

On Thu, Feb 3, 2011 at 1:20 PM, Gregor Hermens <gregor at a-mazing.de> wrote:

> Hi Enrique,
>
> Enrique Moreno Tent schrieb:
>
> > 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??
>
> use content elements of type HTML to insert '<div class="container">'
> before
> c101 and '</div>' after c102.
>
> hth
> Gregor
> --
> http://www.a-mazing.de/   |   Certified TYPO3 Integrator
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list