No this did not work eaither. Maybe I messed somthing up in the code and I am overlooking it because how long i have been repeatedly re-reading this thing. Here is the code.
insex.php
<table class="mainTable">
<tr>
<td colspan="2" class="banner">
banner here
</td>
</tr>
<tr>
<td colspan="2" class="bar">
<?php include("navigation.php"); ?>
</td>
</tr>
<tr>
<td class="bar">
Log-In
</td>
<td rowspan="7" class="contentholder">
<div align="center">
<?php include("news.php"); ?>
<br /> a <br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a<br /> a
</div>
</td>
</tr>
<tr>
<td class="leftbar">
<?php include("loginAndMail.php"); ?>
</td>
</tr>
<tr>
<td class="bar">
Change Layout
</td>
</tr>
<tr>
<td class="leftbar">
<?php include("choselayout.php"); ?>
</td>
</tr>
<tr>
<td class="bar">
Adds
</td>
</tr>
<tr>
<td class="leftbar">
<div align="center">
<?php include("addrotator.php"); ?>
</div>
</td>
</tr>
<tr>
<td class="heightsaver">
</td>
</tr>
<tr>
<td colspan="2" class="bar">
<div align="center">
© MoronsPlayingWithFire2008
</div>
<td>
</tr>
</table>
Note: All of the (<br /> a )s where just to make the page streach out to test it.
mainStyle.css
body
{
background-image:url(backgrounds/myBg.png);
color:#ffffff;
}
table
{
background-color:#5490da;
color:#000000;
height:2px;
border:0px;
border-color:#000000;
padding:0px;
border-spacing:0px;
border-collapse:collapse;
}
hr
{
size:1;
width:550px;
color=#000000
}
.mainTable
{
width:800px;
}
h1
{
color:#000000;
}
.bar
{
background-color:#2265b7;
color:#000000;
height:25px;
max-height:25px;
}
.banner
{
width:100%;
height:100px;
background-color:#5490da;
}
.formFiled
{
background-color:#2265B7;
border:2px;
border-color:#000000;
border-width:2px;
border-style:solid;
}
.leftbar
{
background-color:#4b8efc;
color:#000000;
height:75px;
max-height:75px;
width:150px;
}
.contentholder
{
width:650px;
}
.content
{
width:550px;
}
.heightsaver
{
background-color:#000000;
color:#000000;
width:150px;
}