Reply
Frames set-up
Old 07-18-2006, 03:48 PM Frames set-up
Novice Talker

Posts: 12
Name: Harley R. Lee
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")

<frameset cols="150,*">
<frame src="left.html" name="lf">
<frame src="right.html" name="rf">
</frameset>

Any help would be appreciated.
Harley
HarleyR is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 07-18-2006, 04:28 PM Re: Frames set-up
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
You need to change your DOCTYPE, use the Frameset doctype and it might validate.

<!DOCTYPE HTML PUBLIC "-//WC3//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">

I tested it with the w3C validator and it DOES validate as HTML 4.01 Transitional even without the framset Doctype.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-18-2006, 07:26 PM Re: Frames set-up
Novice Talker

Posts: 12
Name: Harley R. Lee
Thanks, Ladynred. I replaces my:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www/w3/org/TR/html4/loose.dtd">

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
HarleyR is offline
Reply With Quote
View Public Profile
 
Old 07-18-2006, 08:10 PM Re: Frames set-up
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
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 !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-18-2006, 10:24 PM Re: Frames set-up
Novice Talker

Posts: 12
Name: Harley R. Lee
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.

Thanks.
Harley
HarleyR is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 10:31 AM Re: Frames set-up
LadynRed's Avatar
Super Moderator

Posts: 6,403
Location: Tennessee
Great !!!!
No need to feel stupid.. lol.. I think we all have those "D'oh !" moments
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Frames set-up
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15310 seconds with 13 queries