8
I get 5 Error-messages with 7dana Xred theme that I dunno how to solve.
The errors at W3.org says:
ID "headmenu" already defined.An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).Here is the HTML:
<tr>
<td colspan="2"><table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr align="center">
<td width="288" bgcolor="#770000">td>
<td id="headmenu"><a class="menuHead"
href="<{$xoops_url}>/index.php">HOMEa>td>
<td width="1" bgcolor="#d7d7d7">td>
<td id="headmenu2"><a class="menuHead2"
href="<{$xoops_url}>/modules/news/">NEWSa>td>
<td width="1" bgcolor="#d7d7d7">td>
<td id="headmenu"><a class="menuHead"
href="<{$xoops_url}>/modules/newbb/">FORUMa>td>
<td width="1" bgcolor="#d7d7d7">td>
<td id="headmenu"><a class="menuHead"
href="<{$xoops_url}>/modules/tutorials/">TUTORIALSa>td>
<td width="1" bgcolor="#d7d7d7">td>
<td id="headmenu"><a class="menuHead"
href="<{$xoops_url}>/modules/mydownloads/">DOWNLOADSa>td>
<td width="1" bgcolor="#d7d7d7">td>
<td id="headmenu"><a class="menuHead"
href="<{$xoops_url}>/modules/contact/">CONTACTa>td>
tr>
table>td>
and headmenu-declaration in the CSS-file is:
td#headmenu a
{
background-color: #770000;
color: #FFFFFF;
font-size: 10px;
display: block;
padding: 8px;
}
td#headmenu a:hover
{
background-color: #AB1410;
color: #FFFFFF;
}
td#headmenu a.menuHead
{
font-size: 10px;
}
Thanks in andvance
--- censored by Bananadude ---