11
you have this in your theme.html >
<table width="100%" cellspacing="0">
<tr id="header">
<td id="headerlogo"><a href="http://www.weblook.org/"><img src="http://www.weblook.org/themes/iceLOOK/logo.gif" width="200" height="92" alt="webLOOK Logo" />a>td>
and this is the style.css u have >
td#headerbanner
{
width: 100%;
background-color: #FFFFFF;
vertical-align: middle;
}
td#headerbar
{
height: 29px;
background-color: #004080;
color: #FFFFFF;
line-height: 27px;
padding-left: 6px;
padding-right: 7px;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
td#headerbar a
{
color: #FFFFFF;
}
td#headerbar a:hover
{
color: #FF8040;
}
there is no class defined in the css for >