[Typo3-german] Riesen abstände bei tabellen im rte
Manfred
manfred.rutschmann at cobra-tut.de
Thu Dec 1 18:26:02 CET 2005
Peter Linzenkirchner schrieb:
> // Traverse rows (rendering the table here)
> $rCount = count($rows);
> foreach($rows as $k => $v) {
> $cells = explode('|',$v);
> $newCells=array();
> for($a=0;$a<$cols;$a++) {
> if (!strcmp(trim($cells[$a]),'')) $cells[$a]=' ';
> $cellAttribs = ($a>0 && ($cols-1)==$a) ? ' class="td-last"' :
> ' class="td-'.$a.'"';
> $newCells[$a] = '<td'.$cellAttribs.'><p>'.$this->cObj->stdWrap
> ($cells[$a],$conf['innerStdWrap.']).'</p></td>';
> }
>
>
> Gruß
> Peter
Gedanke Gut, vielen Dank. ABER: :)
Änderungen in der Datei haben keine Auswirkungen. Nicht einmal das
ändern des Dateinamens!!! ???Im Template ist css_styled als statisches
eingebunden. Woran klemmt das, das gibts doch gar niicht? Bin ich jetzt
doof?
Gruß manfred
More information about the TYPO3-german
mailing list