This is what is output to call the style sheet. Where can I add the media type so I can validate as html 5. Thanks
/wp-content/plugins/gravityforms/css/forms.css?ver=2.8.6' type='text/css' media='' />
This is what is output to call the style sheet. Where can I add the media type so I can validate as html 5. Thanks
/wp-content/plugins/gravityforms/css/forms.css?ver=2.8.6' type='text/css' media='' />
You can't add the media type to the standard CSS output. What you will have to do is disable the CSS output from Gravity Forms (on the settings page), and then include manually in your template. That way you have total control on the include call and can add the media type.