I have a number of validation errors on my page that have to do with the sidebar widgets. For example:
Line 145, Column 13: document type does not allow element “h2” here; assuming missing “li” start-tag <h2>Subscribe By Email</h2> <div class="textwidget"><br /><form styl…
How would I fix these as it’s in error in the output for the widgetized sidebars? And I don’t have any way to change them in the theme…
It’s an issue with the theme. Try looking in the theme’s function.php file for register_sidebar() and ensure that it is adding list markup before and after the widgets: