PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Need to declare media type when calling css from header to validate as html 5

  1. 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='' />

    Posted 14 years ago on Monday November 16, 2009 | Permalink
  2. 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.

    Posted 14 years ago on Monday November 16, 2009 | Permalink