Code fragments and validation errors
Permalink
I finished my first Concrete 5 website recently and I am having issues getting the html to validate. The website is http://www.mpiprocessing.com . It seems like the issues come from the contact form listed on the first page. Please see the link below for the output from the W3 Validator. Also I am wondering where this came from:
<style type="text/css">
#areaStyleHeaderNav17 {text-align:center; background-color:#96ffa8; background-repeat:no-repeat; }
</style>
<link rel="stylesheet" type="text/css" href="/blocks/form/view.css?v=fe2307272e35f670d72f51f55be85921" />
All the css I should need is included in the regular css files. Thanks for your help guys! This forum has been very very helpful!
http://validator.w3.org/unicorn/check?ucn_uri=www.mpiprocessing.com...
<style type="text/css">
#areaStyleHeaderNav17 {text-align:center; background-color:#96ffa8; background-repeat:no-repeat; }
</style>
<link rel="stylesheet" type="text/css" href="/blocks/form/view.css?v=fe2307272e35f670d72f51f55be85921" />
All the css I should need is included in the regular css files. Thanks for your help guys! This forum has been very very helpful!
http://validator.w3.org/unicorn/check?ucn_uri=www.mpiprocessing.com...
Please update to 5.4.2
Thank you for your quick reply. I updated C5 to 5.4.2. The page now validates but I still have those code fragments. After digging a little deeper I realized that the stylesheet is a result of a custom form block. However I still don't know how to fix it.
The chunk of css below is still a total mystery to me... Its not in the theme I created at all.
<style type="text/css">
#areaStyleHeaderNav17 {text-align:center; background-color:#96ffa8; background-repeat:no-repeat; }
</style>
The chunk of css below is still a total mystery to me... Its not in the theme I created at all.
<style type="text/css">
#areaStyleHeaderNav17 {text-align:center; background-color:#96ffa8; background-repeat:no-repeat; }
</style>