[Typo3] <p> in <td> how to remove?

Wim Cruysberghs - thuis wim.cruysberghs at telenet.be
Wed Apr 27 10:28:03 CEST 2005


Hey Guys,

In the tslib/class.tslib_content-file, the <p> seems to inserted in the
following lines:

3639 until 3641:

if ($cfg['HTMLtableCells.'][$cc.'.']['callRecursive'] ||
(!isset($cfg['HTMLtableCells.'][$cc.'.']['callRecursive']) &&
$cfg['HTMLtableCells.']['default.']['callRecursive']))

{if ($cfg['HTMLtableCells.']['addChr10BetweenParagraphs'])
$colParts[$kkk]=str_replace('</p><p>','</p>'.chr(10).'<p>',$colParts[$kkk]);
$colParts[$kkk] = $this->parseFunc($colParts[$kkk], $conf);
}

Maybe you could try to take it out here?

Greetings,

Wim

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de]On Behalf Of ben van
't ende [netcreators]
Sent: mardi 26 avril 2005 14:45
To: typo3-english at lists.netfielders.de
Subject: Re: [Typo3] <p> in <td> how to remove?


Rob De Vries wrote:
> Hey listers
>
> How do I get rid of <p>'s in my tables?
> I make a table with the table content object (not with the rte) and i
> have noticed that all content is embedded in <p> tags. what I do not
> like :')
>
> any suggestions on how to remove them?
>
> I use css_styled content


Hi Rob,

It is my guess that it is hardcoded. I have the same issue. Any TS for this?

gRTZ

ben
--
netcreators::creation and innovation
www.netcreators.nl - www.typo3.nl
_______________________________________________
Typo3-english mailing list
Typo3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english




More information about the TYPO3-english mailing list