[TYPO3] tt_news puts out author as a paragrapf tag. how can I get a "clean" output?

Morten Kjems mortenkjems at gmail.com
Mon Jan 15 01:12:50 CET 2007


Thanks for helping.

I tried this but it has absolutely no effect?

any other suggestions?

Thank
Morten



Tomas Mrozek skrev:
>> I would like both author an date to be on the same line, but the
>> paragraph tag makes it hard to achieve this.
>>
>> Can I somehow avoid that the author is warped in a paragraph tag?
> 
> Try to put this in your template setup:
> 
> plugin.tt_news {
>   displayList.author_stdWrap.wrap = <div class="your_class">|</div>
>   displaySingle.author_stdWrap.wrap = <div class="your_class">|</div>
> }
> 
> For accurate info, use Typoscript Object Browser:
> Template -> Typoscript Object Browser
> 
> Tomas Mrozek


More information about the TYPO3-english mailing list