Trouble Shooting Validation errors
-
Link: https://ericbrockmanwebsites.com/dev/
I’m having two main errors I’m not sure how to fix.
1. The Title of the Blog is FISH-FRY MUSIC AND SOUND, but if I use
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" media="screen" />
I get this error:Bad value https://ericbrockmanwebsites.com/dev/wp-content/themes/FISH-FRY MUSIC AND SOUND CUSTOM THEME/style.css for attribute href on element link: Whitespace in path component. Use %20 in place of spaces.
I’m actually getting lots of these errors all for the same reason (I assume).
Secondly I’m getting this error:
Line 85, Column 7: Element style is missing required attribute scoped.
<style>
Attributes for element style:
Global attributes
media
type
scoped
Also, the title attribute has special semantics on this element.Not sure what to do about this?!?
Any help is greatly appreciated.
- The topic ‘Trouble Shooting Validation errors’ is closed to new replies.