Forum Moderators: open

Message Too Old, No Replies

Validation Problems

         

creative craig

9:41 am on Jul 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Morning all

I am trying to validate my web site and all has been going well and I am down to the last tag which has now got me angry and confused...

<h5><p align=justify>
Error: element P not allowed here; possible cause is an inline element containing a block-level element.

I then get

&nbsp Client Login</h5></p>
Error: end tag for element P which is not open; try removing the end tag or check for improper nesting of elements.

It is sitting in a table data tag, I dont know what to do next before i change anything can anyone shed any light, the address is in my profile!!

Thanx

joshie76

9:55 am on Jul 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Morning Craig,

1. You can't have a P tag inside a h5 tag.

Try <h5 align="justify">Content here</h5>

2. Incorrectly nested elements:

bad <p><b>hello</p></b>
good <p><b>hello</b></p>

creative craig

10:19 am on Jul 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



woooohoooooooo