This is more of just a heads up. I'm very new to all of this, so it may not be an issue. I upgraded to 5.6 tonight and after resetting the them back to Sky, I checked the CSS validation and it returned a list of warnings for background colors not matching. Prior to the upgrade, it validated clean. Any ideas if there may have been something I didn't do correct? The upgrade went fine with no problems.
Comments
Comment #1
Bob4613 commentedComment #2
Bob4613 commentedComment #3
jacineHi Bob4613,
Sorry for such a late response here... Anyway, it's not your fault that the code doesn't validate. I believe it's because of two classes I added. I've been thinking about taking them out... Just didn't think the validation was "that" important. Anyway these are the offending classes:
Thanks for pointing this out though... Do you or anyone else have an opinion if I should remove this or not?
;)
Comment #4
jacineOh, actually, on second thought... I may have misunderstood the issue.
It's possible that you just added a search form or login form to the same page. This is a common problem with Drupal that breaks validation because both of those forms contain submit buttons with the same ID attribute. If this is the problem, it's not your fault or the theme's fault. It's Drupal's fault. :)