Quote:
Originally Posted by Dean C
Half of those errors are due to incorrect nesting. As you're validating your XHTML i'm assuming you know the three golden rules. Nesting should be consistent being one of them. Go through your code and find out where you are not closing tags etc. Then that'll narrow it down so we can help some more
|
So nesting is the issue.... ill try and see if i can do it. loads of code there.
Quote:
Originally Posted by princeton
yep, I agree ... and
1. you are using deprecated tags/attributes.
2. image tags are not being closed properly
|
What do u mean deprecated tags \ attr ?
and where is there an error about improper closure of an img tag?