I guess the point in question relates to the menu things I've been playing with.
On my index page I have 5 individual menus and I don't seem to be able to avoid getting away with declaring the ul id repeatedly without the menu falling apart (if anyone has any suggestions I'd be glad to hear them).
I tried creating a table around the menu (see the fonts page) with fixed width cells - I know that should be done in the css - thereby removing the excess ul id's & it works brilliantly across all browsers (also removing the need to have such a large gap down the bottom... some lining up still needs to be done on the menu) but on validating I now get the message that tables & ul's don't play together???
While it may not be kosher, to what extent is it really an issue?
(a work in progress)