Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
/*
Default css file for mutedsound.com
Created by: John Perkins Jr.
*/
/* General page style */
body {
background-color: #777777;
}
table.body { background-color: #a8a8a8; border-width: 0px 1px 0px 1px; border-style: solid; border-color: #000; width: 600px; padding: 0px; }
/* General fonts */
font,th,td,p { font-size: 8px; color: #000000; font-family: arial,helvetica; }
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gentiny { font-size: 9px; }
.gen,.genmed,.gensmall,.gentiny { color: #000000; }
a.gen,a.genmed,a.gensmall,a.gentiny { color: #0f0f0f; text-decoration: none; }
a.gen:hover,a:genmed:hover,a.gensmall:hover,a.gentiney { color: #2f2f2f; text-decoration: underline; }
a:link,a:active,a:visited { text-decoration: none; color: #0f0f0f; }
a:hover { text-decoration: underline; color: #8e8e8e; }
hr { height: 0px; border: solid #8e8e8e; border-top-width: 1px; }
/* Menu Cells - for navigation */
td.menu { background-color: #8e8e8e; margin: 0; padding: 0px; border-width: 1px 0px 1px 0px; border-style: solid; border-color: #000; color: #000000; font-size: 12px; font-weight: bold; }
td.menu a,a:link,a:active,a:visited { background-color: #8e8e8e; text-decoration: none; color: #0f0f0f; }
td.menu a:hover { background-color: #ffffff; text-decoration: none; color: #475c7c; }
/* td.menu:hover { background-color: #e8e8e8; } */
/* Header Cells */
th { color: #8e8e8e; font-size: 11px; font-weight: bold; background-color: #c8c8c8; }
/* Data Cells - for data */
/* Data Cells/Headers */
td.datahead { background-color: #8e8e8e; margin: 0; padding: 2px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #000; color: #000000; font-size: 12px; font-weight: bold; }
td.datahead a,a:link,a:active,a:visited { background-color: #8e8e8e; text-decoration: none; color: #0f0f0f; }
td.datahead a:hover { background-color: #a8a8a8; text-decoration: underline; color: #475c7c; }
/* Data Cells/Data */
td.data { background-color: #e8e8e8; margin: 0; padding: 2px; border-width: 0px 1px 1px 1px; border-style: solid; border-color: #000; color: #000000; font-size: 11px; }
td.data a,a:link,a:active,a:visited { background-color: #e8e8e8; text-decoration: underline; color: #0f0f0f; }
td.data a:hover { background-color: #8e8e8e; text-decoration: underline; color: #475c7c; }
</style>
<title>Test</title>
</head>
<body>
<table border=0 cellpadding=0 cellspacing=0 class="body" align=center>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<img src="images/mutedsound.gif" alt="MutedSound - a thirteen-twelve experiment" border=1>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0 width="100%">
<tr align=left class="menu">
<td class="menu" align=left> <a href="test.php">Home</a> </td>
<td class="menu" align=left> | </td>
<td class="menu" align=left> <a href="test.php">Contact</a> </td>
<td class="menu" align=right width="100%"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td height=400>
<table border=0 cellpadding=3 cellspacing=0 width="98%" align=center>
<tr>
<td class="datahead" width="50%"><span class="gen">This is a header</span></td>
</tr>
<tr>
<td class="data" width="50%"><span class="genmed">This is some text inside of what will end up being a data box. <a href="http://yahoo.com" >Link Here</a> This is some text inside of what will end up being a data box. This is some text inside of what will end up being a data box. </span></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0 width="100%">
<tr>
<td class="menu" align=center><span class="gentiny">©Thirteen-Twelve Technologies</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td><img src="images/mutedsoundbottom.gif" alt="What are you looking at?" border=1></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>http://www.mutedsound.com/test.php
Thank you for your time and help.
