Also, ich hab hier mal nen Auszug aus meinem Quelltext der Seite mitgebracht, und möchte nun wissen, ich hoffe es kann mir einer sagen, wie ich das Bild (ist ein zufallsbild), das dort in eine Tabelle eingefügt wird, von der Breite her festlegen kann...das bild ist in wirklichkeit 200pix groß, soll aber auf 100pix gestaucht werden. wo im Code muss ich den befehl width einfügen???...
Also hier der Code:
Vielen DAnk im Voraus
HämZli
Also hier der Code:
PHP-Code:
$output .= "<td width=\"100\" bgcolor=\"".$Globals{'maincolor'}."\">
<Font size=\"".$Globals{'fontsmall'}."\"color=\"".$Globals{'maintext'}."\"
face=\"".$Globals{'mainfonts'}."\">
<A href=\"".$Globals{'maindir'}."/showphoto.php?photo=".$line['id']."\">";
$imgtag = get_imagethumb( $line['bigimage'], $line['cat'], $line['userid'], 1 );
$output .= "$imgtag<Br>".$line['title']."</a>\n<Br></font>";
$count++;
if ( $count == $rcols && (($totali+1) != $rphotos) ) {
$output .= "</td></tr><tr>";
$count = 0;
}
HämZli
EDIT:
php.tags by wotan
Kommentar