Sorry, my conversion was unsuccessful. It made a few things horrible, CSS does not work the same way HTML attributes do, convert your layout to DIVs and remove all of the TD's and TR's and I can possibly help you, sorry.
Tim
edit: heres a partial of the CSS it might help you.
Code:
BODY
{
margin-top: 1px;
margin-left: 1px;
}
#header
{
width: 100%;
border: 0px;
height: 39px;
}
#td1
{
width:233px;
height:39px;
}
#td2
{
width: 929px;
height: 70px;
}
#AutoNumber1
{
border: 0px #111111 solid;
border-spacing: 1px;
border-collapse: collapse;
width: 100%;
#td3
{
width: 1%;
height: 3px;
}
#td4
{
width: 21%;
height: 3px;
}
#td5
{
width: 12%;
height: 3px;
}
#td6
{
width: 27%;
height: 3px;
}
#td7
{
width: 20%;
height: 3px;
}
#td8
{
width: 15%;
height: 3px;
}
#td9
{
width: 3%;
height: 3px;
}
#td10
{
width: 100%;
height: 8px;
background: url(images/hotdot.png);
}
div#div1
{
text-align: center;
}
#AutoNumber2
{
border: 0px #111111 solid;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
#td11, #td12
{
width: 100%;
}
div#div2
{
align: left;
}
#AutoNumber3
{
border: 0px #111111 solid;
border-spacing: 0px;
border-collapse: collapse;
width: 50%;
height: 1px;
}
#td13
{
width: 100%;
text-align: left;
height: 1px;
}
div#div3
{
text-align: left;
}
#AutoNumber4
{
border: 0px #111111 solid;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
height: 584px;
}
#td14
{
width: 31%;
height: 584;
}
div#div4
{
text-align: left;
}
#AutoNumber11
{
border: 0px #111111 solid;
border-spacing: 0px;
border-collapse: collapse;
width: 72%;
}
#td15
{
width: 100%;
}
div#div5
{
text-align: center;
}
#AutoNumber12
{
border: 0px #111111 solid;
border-spacing: 0px;
border-collapse: collapse;
width: 88%;
}
#td16
{
width: 100%;
}
div#div6
{
text-align: center;
}
#AutoNumber9
{
border: 0px;
border-spacing: 0px;
width: 79%;
}
#td17
{
width: 100%;
height: 1px;
}
#thelinks
{
overflow: auto;
width: 24em;
height: 25em;
font: 95% arial,sans-serif;
}
.text2
{
font-family: Arial;
font-size: 2;
}
.spacer
{
width: 1%;
height: 3px;
background: url(images/vdot.png);
}
.text1
{
font-family: Arial;
font-size: 4;
}
.p1
{
text-align: center;
}
.image
{
border: 0px;
}
a:link {color: #990000;}
a:visited {color: #990000;}
a:active {color: #990000;}
a:hover {background-color: #C0C0C0;}
a {text-decoration: none}
its not completed because I saw what things it screwed up. I was typing fast so some things need corrected, I corrected before I tried it out, so its not that.
Bookmarks