Forum Moderators: open
Any ideas ?
Line 15, character 23:
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: ...
- Error: FPROLLOVERSTYLE is not a member of a group specified for any attribute
Line 15, character 23:
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: ...
- Error: required attribute TYPE not specified
As the validator already told you, "fprolloverstyle" is not a valid attribute for the style tag. Remove it, add a type specification instead, and you're fine.
You can leave out the type specification when you have defined a default style type in the header of the page.