Und um es zu komplettieren, der Quellcode aus dem "Tabellen-Dokument"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO 8859-1" />
<title>Ronaldo's Cafe</title>
<!--[if IE 5]>
<style type="text/css">
/* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */
.thrColAbsHdr #sidebar1 { width: 180px; }
.thrColAbsHdr #sidebar2 { width: 190px; }
</style>
<![endif]-->
<link href="ronaldos_coffee.css" rel="stylesheet" type="text/css" />
</head>
<body class="thrColAbsHdr">
<div id="container">
<div id="header">
<img src="images/header.jpg" alt="" width="770" height="87" />
<!-- end #header --></div>
<div id="sidebar1">
<img src="images/nav_franchise.gif" width="170" height="30"><br>
<ul>
<li><a href="news_detail.php">News</a></li>
<li><a href="product_search.php">Artikelsuche</a></li>
<li><a href="suppliers_search.php">Lieferanten</a></li>
<li><a href="product_add.php">Artikel hinzufügen</a></li>
<li><a href="suppliers_add.php">Lieferant hinzufügen</a></li>
<li><a href="franchise_add.php">Franchise hinzufügen</a></li>
<li><a href="news_add.php">Freigabe hinzufügen</a></li>
<li><a href="franchise_search.php">Franchise-Suche</a></li>
</ul>
<img src="images/nav_blackbox.gif" width="170" height="15">
<!-- end #sidebar1 --></div>
<div id="mainContent"><img src="images/subtitle_supliessearch.gif" width="172" height="57" alt="Betands Suche" />
Datensätze <?php echo ($startRow_rsProducts + 1) ?> bis <?php echo min($startRow_rsProducts + $maxRows_rsProducts, $totalRows_rsProducts) ?> von <?php echo $totalRows_rsProducts ?> <?php do { ?>
<table width="90%" border="0" cellpadding="0" cellspacing="0" id="prod_name">
<tr>
<td valign="top" align="left" width="155" class="articletitle">Produkt Name:</td>
<td valign="top" align="left" width="148" class="productname"><a href="product_detail.php?SKU=<?php echo $row_rsProducts['SKU']; ?>"><?php echo $row_rsProducts['ProductName']; ?></a></td>
<td valign="top" align="center" width="71" rowspan="8"><img src="<?php echo $row_rsProducts['SmallImage']; ?>" alt="<?php echo $row_rsProducts['ProductName']; ?>" /></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Artikelnummer:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['SKU']; ?></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Bestellmenge:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['QuantityPerUnit']; ?></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Anzahl im Lager:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['UnitsInStock']; ?></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Voraussichtliche Lieferzeit:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['DeliveryTime']; ?></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Grosshandelspreis:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['WholesalePrice']; ?></td>
</tr>
<tr>
<td valign="top" align="left" width="155" class="normaltext">Unverbindliche Preisempfehlung:</td>
<td valign="top" align="left" width="148" class="normaltext"><?php echo $row_rsProducts['UnitPrice']; ?></td>
</tr>
<tr>
<td valign="top" align="left" class="normaltext" width="155">Lieferant:<br />
</td>
<td valign="top" align="left" class="normaltext" width="148"><?php echo $row_rsProducts['s_firma']; ?></td>
</tr>
</table>
<?php } while ($row_rsProducts = mysql_fetch_assoc($rsProducts)); ?>
<a href="<?php printf("%s?pageNum_rsProducts=%d%s", $currentPage, 0, $queryString_rsProducts); ?>"></a><a href="<?php printf("%s?pageNum_rsProducts=%d%s", $currentPage, 0, $queryString_rsProducts); ?>">
<?php if ($pageNum_rsProducts > 0) { // Show if not first page ?>
<img src="images/but_first.gif" alt="first" width="70" height="23" border="0" />
<?php } // Show if not first page ?>
</a><a href="<?php printf("%s?pageNum_rsProducts=%d%s", $currentPage, min($totalPages_rsProducts, $pageNum_rsProducts + 1), $queryString_rsProducts); ?>">
<?php if ($pageNum_rsProducts < $totalPages_rsProducts) { // Show if not last page ?>
<img src="images/but_next.gif" alt="next" width="70" height="23" border="0" />
<?php } // Show if not last page ?>
</a>
<?php if ($pageNum_rsProducts > 0) { // Show if not first page ?>
<a href="<?php printf("%s?pageNum_rsProducts=%d%s", $currentPage, max(0, $pageNum_rsProducts - 1), $queryString_rsProducts); ?>"><img src="images/but_prev.gif" alt="previous" width="70" height="23" border="0" /></a>
<?php } // Show if not first page ?>
<!-- end #mainContent -->
<?php if ($pageNum_rsProducts < $totalPages_rsProducts) { // Show if not last page ?>
<a href="<?php printf("%s?pageNum_rsProducts=%d%s", $currentPage, $totalPages_rsProducts, $queryString_rsProducts); ?>"><img src="images/but_last.gif" alt="last" width="70" height="23" border="0" /></a>
<?php } // Show if not last page ?>
</div>
<div id="footer">
<p><img src="images/footer_logo.jpg" width="142" height="25" align="absmiddle" /> - World's Finest Coffee's - © 2009</p>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
<?php
mysql_free_result($rsProducts);
?>