ok well my freind need help i would help him, since its fairly easy to fix.. but i have a really bad head ache and cant think straight.
here is a theme he need it to look like this
http://img70.imageshack.us/img70/876...konlinenew.png
but it dosnt look like that... lol
this is the html
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>test</title>
<link rel="stylesheet" href="public/stylesheets/2-column-round.css" media="all" type="text/css" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<meta name="verify-v1" content="PI0cSz7oYIBO9gO9vi3IERhw2XZvtTh/Pc8ir+yiR/8=" />
</head>
<body>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="11px" height="20px" class="top-left-image"/>
<td class="top-middle-image"/>
<td class="top-right-image"/>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="nav" height="39px"></td>
</tr>
<tr>
<td width="25" height="100%">
<table cellspacing="0" cellpadding="0" width="">
<tr>
<td class="top-left-image"/>
<td class="top-middle-image"></td>
<td class="top-right-image"/>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="bottom-left-image"/>
<td class="bottom-middle-image"/>
<td class="bottom-right-image"/>
</tr>
</table>
</td>
<td width="75%">
<table cellspacing="0" cellpadding="0" width="">
<tr>
<td width="50%">
<table cellspacing="0" cellpadding="0" width="">
<tr>
<td class="top-left-image"/>
<td class="top-middle-image"/>
<td class="top-right-image"/>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="bottom-left-image"/>
<td class="bottom-middle-image"/>
<td class="bottom-right-image"/>
</tr>
</table>
</td>
<td width="50%">
<table cellspacing="0" cellpadding="0" width="">
<tr>
<td class="top-left-image"/>
<td class="top-middle-image"/>
<td class="top-right-image"/>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="bottom-left-image"/>
<td class="bottom-middle-image"/>
<td class="bottom-right-image"/>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table cellspacing="0" cellpadding="0" width="">
<tr>
<td class="top-left-image"/>
<td class="top-middle-image"/>
<td class="top-right-image"/>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="bottom-left-image"/>
<td class="bottom-middle-image"/>
<td class="bottom-right-image"/>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
<table cellspacing="0" cellpadding="0" width="">
<tr><td class="footer" height="17px"/></tr>
<tr><td>Footer Here</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
and this is the css
Code:
body {
background: #ffffff;
}
td {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}
td.top-left-image {
background-image: url(/tl_corner.gif);
background-repeat: no-repeat;
}
td.top-middle-image {
background-image: url('/nav_bar.gif');
background-repeat: repeat-x;
}
td.top-right-image {
background-image: url('/tr_corner.gif');
width: 11px;
height: 20px;
}
td.bottom-left-image {
background-image: url(/bl_corner.gif);
width: 11px;
height: 20px;
}
td.bottom-middle-image {
background-image: url('/middle_image.gif');
background-repeat: repeat-x;
}
td.bottom-right-image {
background-image: url('/br_corner.gif');
width: 11px;
height: 20px;
}
td.nav {
background-image: url('/nav_bar.gif');
background-repeat: repeat-x;
}
td.footer {
background-image: url('/footer_bar.gif');
background-repeat: repeat-x;
}