Forum Moderators: open

Message Too Old, No Replies

Validation problem

         

Visit Thailand

1:45 pm on Jul 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am trying to validate my pages, but I have go it down to just these two errors (which are related). I use FP and have no idea how to fix it.

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

moonbiter

1:50 pm on Jul 16, 2002 (gmt 0)

10+ Year Member



Could you post all of Line 15 so we can diagnose it?

bird

1:56 pm on Jul 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<style type="text/css">A:hover {color: #FF0000; font-weight: ...

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.

Visit Thailand

3:11 pm on Jul 16, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks bird ! Am now validated !!

I had seen thought about the solution you gave but stupidly thought I actually needed css to make it work like that ! lol.

Thanks