I use a menu system on my vb4 forums that uses a script for the main menu items and sub menu items similar to the vb menu - when you click on a main menu item the sub menu items appear below it.
The code is similar to:
But when I validate it I get errors like:
-
Line 260, Column 14: ID "link" already defined <td><a id="link" href="../aircraft/" rel="sb2">Aircraft</a></td> ✉
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).
-
Line 259, Column 14: ID "link" first defined here <td><a id="link" href="../index.php" rel="sb1">Home</a></td>
Any ideas how I can fix this...thanks if you can help!
No members have liked this post.