Hi everyone.
Thanks to your help, all my web files validate except one!
I know you say "don't use frames," but for my sign language site at: http://www.parentsunited.info I must use frames to make it easy to use.
the index file that sets up the frames will not validate. I get the message (There is no attribute "cols")
With:
<!DOCTYPE HTML PUBLIC "-//WC3//DTD HTML 4.01 Frameset//EN"
But there must me more wrong. Now I get the message:
character "<" invalid: only delimiter ">", delimiter "[", system identifier, "CDATA", "NDATA", "SDATA" and parameter separators allowed.
I appreciate your help. All my other files validate just fine.
Harley
Ok.. which page EXACTLY is giving you the error ?? As I said before, the site you linked to above, at least the home page DID validate even w/o the frameset DTD.
From the looks of it, you did not copy ALL of the DOCTYPE statement, you need BOTH lines that I posted AND the closing >.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
WALA! It worked. I feel stupid for overlooking the second line you gave me. So, thanks to you and the others, LadynRed, All my files are now validated.