My layout is setup to show the content of my page in a on hover content box.
When you hover over the search button you get this code along with other things. Its a form.
<?php
include('assets/php/search.php');
?>
When you hover over the submit button you get this code along with other things. Its another form.
<?php
include('assets/php/submit.php');
?>
When I validate my html using only one of the two forms it valid. Doesn't matter which. But when I add in the 2nd one I start getting errors with my id tags. Both of these forms appear on the same page. Should I ignore these 20 errors or is this really a problem?
http://validator.w3.org/check?uri=http%3A%...Validator%2F1.2
Thanks for all the advice!
