<!-- phpCookBook Template File http://phpcookbook.sourceforge.net Copyright (c)2002 Floris Barthel <hide@address.com> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included LICENCE file for more details. --> <html> <head> <title><recipe name></title> <link href="templates/template.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF"> <h2 align="center"><recipe name></h2> <p>This recipe was submitted by <a href="mailto:<email>"><cooker></a></p> <table cellspacing="2" cellpadding="3" border="0"> <tr> <td> <h4>Ingredients</h4> <ul> <LOOP ingredients> <li><ingredient></li> </LOOP ingredients> </ul> </td><td rowspan="2"> <image> </td> </tr><tr> <td> <h4>Supplies</h4> <ul> <LOOP supplies> <li><supply></li> </LOOP supplies> </ul> </td> </tr><tr> <td> <p> <steps> </p> </td> </tr> </table> </body> </html>