Click to See Complete Forum and Search --> : Errors when using Frameset DTD


swetha
01-18-2006, 12:25 AM
Hi All,

I have developed a set of web pages using HTML. For one page i have used Frameset DTD and added the frame tag. But when i validate for XHTML i get the following errors:

1.there is no attribute "frameborder".
2.there is no attribute "noresize".
3.there is no attribute "framespacing"..

Can anyone help me in solving these errors??

Regards,

Swetha

Charles
01-18-2006, 05:28 AM
Can anyone help me in solving these errors??Just remove them from your document. For replacement options read, mark, learn and inwardly digest http://www.w3.org/TR/REC-html40/present/frames.html .

swetha
01-18-2006, 06:03 AM
When i remove them my page is distorted. therefor i need to use them. and i have declared the doctype as XHTML 1.0 Frameset .