about.php to HTML

index

USE AT OWN RISK

Generated: Tue Jul 31 15:21:59 2007 from about.php 2005/10/22 2.2 KB bytes.

<?php include ( "menuinclude.php" ); ?>
<html>

<head>

<link href="homestyle.css" rel="stylesheet" type="text/css">
<?php printJavaStuff(); ?>
<title>About friendofflowers.com</title><br>
</head>

<body>

<div align="center" style="position:absolute; top:0px; left:10px; visibility:visible;">
   <center><?php printMenu(); ?></center>
</div>
<br><br>
<div style="text-align:left;">

   <b>Credits</b><p>
   
   <table width="100%" border="0" cellpadding="3">
 <tr>
 <td width=620 height=100>
   <b>The Flower King</b> - Russell Sharp<br>
   Other Website: Greenplanet.com.au - <a href="http://www.greenplanet.com.au" target="_blank">www.greenplanet.com.au</a><br>
   Email:
<?php   $user = "russell"; $doma = "friendofflowers"; $extn = "com"; ?>   <a href="mailto:'<?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?><?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?></a>
   </td>
 <td><img src="about/russelpic.jpg" width=100></td>
 </tr>
 <tr>
 <td width=620>
   <b>Technical Director</b> - Geoff McLane<br>
   Other Website: GeoffMclane.com - <a href="http://geoffmclane.com/" target="_blank">www.geoffmclane.com</a><br>
   Email:
<?php   $user = "geoffmclane"; $doma = "hotmail"; $extn = "com"; ?>   <a href="mailto:'<?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?><?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?></a></td>
 <td><img src="./about/geoffpic.jpg" width=100></td>
 </tr>
 <tr>
 <td width=620>
   <b>Designer</b> - KaraTamir Mukerjee<br>
   Other Websites: Schoolies 2000 - <a href="http://www.angelfire.com/sc2/schoolies2000/" target="_blank">www.angelfire.com/sc2/schoolies2000/</a><br>
                         
   Cowlishaw Company - <a href="http://www.cowco.com.au/" target="_blank">www.cowco.com.au</a><br>
   Email:
<?php   $user = "kmuk6743"; $doma = "mail"; $extn = "usyd.edu.au"; ?>   <a href="mailto:'<?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?><?php echo $user ?>@<?php echo $doma ?>.<?php echo $extn ?></a></td>
 <td><img src="./about/karapic.jpg" width=100></td>
 </tr>
</table>

</div>
<?php printFooterMenu(); ?></body>
</html>

index

Valid HTML 4.01 Transitional