Visa ett inlägg
Oläst 2008-10-02, 23:22 #11
xciso xciso är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jul 2006
Inlägg: 569
xciso xciso är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Jul 2006
Inlägg: 569
Det du gjorde Mcfluff vart nästan rätt Jag fick flytta om rel=\"lightbox\" class=\"lightbox\ så det kom före "<img src".

TUSEN TACK ALLA SOM HJÄLPT TILL

Kod:
  <?

// Mappen där bilderna ligger
$path = "images/gallery/";
$folder ="images/gallery/";

$dir_handle = @opendir($path) or die("Unable to open $path");

while ($file = readdir($dir_handle)) {

if($file == "." || $file == ".." || $file == "index.php" )

continue;

echo "<a href=\"$folder/$file\" rel=\"lightbox\" class=\"lightbox\"><img src=\"$folder/$file\" border=\"0\" style=\"max-width:120px;margin:5px;\"></a>";

}

// Close
closedir($dir_handle);

?>
xciso är inte uppkopplad   Svara med citatSvara med citat