View Single Post
  #8 (permalink)  
Old 07-19-2006, 05:38 PM
triunereni triunereni is offline
Registered User
 
Join Date: Jul 2006
Posts: 6
Question

Here is the code for the page which I am trying to include the include in and yes, this code is awful as well.

Coreyna



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>View From The Mirror</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/images335/css.css" type="text/css" rel="stylesheet">
</head>
<body bgcolor="#b5dbe6" topmargin="0">
<center>
<table cellspacing="0" cellpadding="0" width="800" border="0">
<tbody>
<tr valign="middle" align="center">
<td class="header" colspan="2" height="100">
<p><a href=""><font face="Arial Black" color="#6000c0" size="6"><em>&nbsp;</em></font></a></p></td></tr>
<tr><!--#include file="include/sidebar.html"-->
<td width="640" bgcolor="#003d5c">
<table style="border-collapse: separate;" cellspacing="0" cellpadding="0" width="100%" bgcolor="#003d5c" border="0">
<tbody>
<tr>
<td valign="top" width="20%">
<div>&nbsp;</div></td>
<td valign="top" width="20%">
<div>&nbsp;</div></td>
<td valign="top" width="20%" rowspan="2">
<p align="center">
<table style="width: 606px; height: 700px;" cellspacing="5" cellpadding="0" width="606" border="0">
<tbody>
<tr align="center">
<td valign="top" width="20%">
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div></td></tr>
<tr bgcolor="#002844">&nbsp;</tr></tbody></table></p></td>
<td valign="top" width="20%">
<div>&nbsp;</div></td></tr>
<tr>
<td valign="top" width="20%">
<div>&nbsp;</div></td>
<td valign="top" width="20%">
<div>&nbsp;</div></td>
<td valign="top" align="center" width="20%">
<table style="width: 216px; height: 512px;" cellspacing="5" cellpadding="0" width="216" border="0">
<tbody>
<tr>
<td class="menufont" valign="top" align="center" width="20%" bgcolor="#002844"><strong><em><font color="#33eeff">&nbsp;</font></em></strong></td></tr>
<tr>
<td valign="top" align="center" width="20%"><font color="#1188ff">&nbsp;</font></td></tr>
<tr>
<td class="menufont" valign="top" align="center" width="20%" bgcolor="#002844">&nbsp;</td></tr>
<tr>
<td valign="top" align="center" width="20%"><font color="#1188ff">&nbsp;</font></td></tr>
<tr>
<td class="menufont" valign="top" align="center" width="20%" bgcolor="#002844"><strong><em><font color="#00eeff">&nbsp;</font></em></strong></td></tr>
<tr>
<td valign="top" align="center" width="20%">
<p>&nbsp;</p></td></tr></tbody></table></td></tr></tbody></table></td></tr>
<tr valign="middle" align="center" bgcolor="#002844">
<td class="copyright" colspan="2" height="25">&nbsp;</td></tr></tbody></table></center>
</body>
</html>
Reply With Quote