| Re: bild im statistik block kleiner anzeigen! |
Betreff: Re: bild im statistik block kleiner anzeigen! von Gast am 04.07.2005 17:08:49 Schaut doch schon ganz gut aus. Jetzt gibt es zwei Möglichkeiten. Dem Modul xcgal liegt eine CSS-Datei bei. Schau mal bei der Klasse image nach ob dort schon width oder height angegeben ist. Wenn ja, kannst du das dort ändern, ansonsten die Zeile mit dem img-Tag wie folgt ändern:
$thumb_list[$i]['image'] = "<img src="".XOOPS_URL ."/modules/xcgal/".$xcgalConfig['fullpath'].str_replace("%2F","/",rawurlencode($row['filepath'].$xcgalConfig['thumb_pfx'].$row['filename']))."" class="image" [b][color=FF0000]width="60"[/color][/b] border="0" alt="{$row['filename']}" /></a>";
|