Forum Moderators: phranque
Don't use any underscores in your class and id names (common mistake).
That's the first time I've seen this mentioned. I use underscores all the time as a way to group styles according to what they do. For example, a full width table might be defined: table.Width_Full or table.Width_Dynamic. I've never had a problem with this that I know of and it passes all the XHTML validation services I use.
Please tell me what I'm missing or where I can read more about it. Thanks.