[Typo3] add a <div> arounf the Flash Plugin (tx_rlmpflashdetection_pi1)
Bernhard Kraft
kraftb at kraftb.at
Sat Jun 4 17:21:13 CEST 2005
Steve Turnbull wrote:
> Hi
>
> How would I go about creating some typoscript to wrap a <div
> class="uniquename"> | </id> around the Flash Plugin extension?
>
> Currently it places a <div class="content"> around it, but if I was to
> create a style sheet which manipulated that, I guess other objects will use
> the same class name which I don't want to alter.
>
> Some guidance would be appreciated - I am guessing there is a simple
> solution to this?
Set the following TS in one of your TS-Templates:
tt_content.multimedia.20.stdWrap.innerWrap = <div class="multi"> | </div>
this just works if you are using CSS styled content (if you use content (default) tell
me then it's another TS path.
greets,
Bernhard
More information about the TYPO3-english
mailing list