I am having a small issue getting numerous pages on my website W3C validated. The common thread is when I am using the "Fullsize (no sidebar)" layout.
The error I am receiveing is: Line 256, Column 111: Stray end tag span.
… dark_bg_color title_container'></span><div class='container'><h1 class='main-…
The coding for that section is as follows:
<!-- ####### END HEAD CONTAINER ####### -->
</div>
<!-- ####### MAIN CONTAINER ####### -->
<div id='main'><div class='stretch_full container_wrap slideshow_color dark_bg_color title_container'></span><div class='container'><h1 class='main-title'>Freelance Website Design Services</h1></div><div class='bc-container-wrap'><div class='container bc-container'><div class="breadcrumb breadcrumbs avia-breadcrumbs"><div class="breadcrumb-trail"><span class="trail-before"><span class="breadcrumb-title">You are here:</span></span> Home <span class="sep">»</span> <span class="trail-end">Freelance Website Design Services</span></div></div></div></div></div>
<div class='container_wrap main_color fullsize'>
<div class='container'>
I am unable to isolate where this stray '</span>' is being created from. Any advice as to how to correct this?
Thanks!














