Cleanup. Removed borders=0. More valid HTML 4.01

This commit is contained in:
Paul van Schayck
2004-12-15 00:12:31 +00:00
committed by WineHQ
parent 8656aad61f
commit d1a279f4ac
2 changed files with 12 additions and 17 deletions

View File

@@ -10,35 +10,31 @@
<head>
<title>Wine Application DB <?php echo $title; ?></title>
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo $apidb_root; ?>apidb.css" type="text/css">
<script language="JavaScript" src="<?php echo $apidb_root; ?>scripts.js" type="text/javascript"></script>
<script src="<?php echo $apidb_root; ?>scripts.js" type="text/javascript"></script>
</head>
<body bgcolor="#E2E2E2" text="#000000">
<body>
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td>
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<table width="100%" cellpadding=0 cellspacing=0>
<tr>
<td width="100%"><a href="<?php echo $apidb_root; ?>"><img src="<?php echo $apidb_root; ?>images/winehq_top_logo.gif" width=300 height=99 border=0 alt="Wine HQ"></a></td>
<td width="100%"><a href="<?php echo $apidb_root; ?>"><img src="<?php echo $apidb_root; ?>images/winehq_top_logo.gif" width=300 height=99 alt="Wine HQ"></a></td>
<td>
<img src="<?php echo $apidb_root; ?>images/blank.gif" border=0 width=10 height=1 alt="">
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
</td>
<td width="100%" align="center" valign="middle">
<!-- BANNER AD -->
<table border=0 cellpadding=1 cellspacing=0>
<tr><td valign="middle" align="center" class="black"
><?php echo $banner_ad; ?></td
></tr>
</table>
<?php echo $banner_ad; ?></td>
<!-- END BANNER AD -->
</td>
<td>
<img src="<?php echo $apidb_root; ?>images/blank.gif" border=0 width=10 height=1 alt="">
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
</td>
</tr>
</table>