Forum Moderators: open
Anyway, on my index.html page I have the following doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
In the pages that are part of the frames page I have the following doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Is this the correct way to set the doctypes on a frames type page? I am not sure if for some reason I should use the first doctype above in ALL PAGES because it is a frames page.
Look forward to your suggestions, thank you!
On the rare occasions I use a frameset, I tend to concentrate on validating the internal pages, and leave the frameset page with a few unknown attribute errors as required.
What errors are you getting?