Einzelnen Beitrag anzeigen
Alt 02.06.2003, 12:48   #2
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

z.B.:

PHP-Code:
<?php
foreach ( $thumbnails as $thumbnail ) {
  
?>
  <div style="float:left; border:1px solid #000; width:120px; height:180px; text-align:center;">
    [img]<?php echo $thumbnail['src'?>[/img]" />
    

 <?php echo $thumbnail['txt'?> </p>
  </div>
  <?php
}
?>
120 bzw. 180 px sind Beispielwerte...

HTH

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten