Home › Forums › CSS › Simple html question › Re: Simple html question
July 8, 2009 at 2:13 pm
#60374
Participant
Well I just saved your code inside a
Code:
page and ran it through the validator at http://validator.w3.org/#validate_by_input and got 20 errors. Removed all of the divs and it validated.
I’m guessing from the "div class column" that you want to break it apart for styling. I think I would go with 4 separate ul’s.