| QUOTE |
| <!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>.::Site Name::.</title> <style type="text/css"> body { background-color: #0c1318; font-size: 12px; color: #ffffff; } a:link { color: #bfd6e3; text-decoration: none; font-size: 12px; } a:visited { text-decoration: none; color: #bfd6e3; font-size: 12px; } a:hover { text-decoration: none; color: #ffffff; font-size: 12px; } a:active { text-decoration: none; color: #bfd6e3; font-size: 12px; } </style></head> <body> <center><div class="Banner"><img src="banner.png" /></div></center> <center><div class="navigation" id="navigation"><img src="navbar.png" /></div></center> <center><table width="800" border="0" background="mainsite.gif"> <tr> <td width="136" valign="top"> <a href="#">-Link</a> <br /> <a href="#">-Link</a> <br /> <a href="#">-Link</a> <br /> <a href="#">-Link</a> <br /> <a href="#">-Link</a> <br /> <a href="#">-Link</a> <br /> </td> <td width="31" valign="top"></td> <td width="447" valign="top"> <?php include("cutenews/show_news.php"); ?> </td> <!-- Useless column do not edit! --> <td width="31" valign="top"> </td> <!-- END Useless column do not edit! --> <td width="133" valign="top">Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. Other stuff go here. </td> </tr> </table> </center> <center><div class="Footer" id="Footer"><img src="footer.png" /></div></center> </body> </html> |