|
|||||||
| General Discussion and support for your general issues associated with web design. |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Validation errors help plzz
following are the errors when i validated my XHTML transitional page using Frames tag with validator.w3.org
1. no attribute called "frameborder","framespacing",no "cols" code is : <frameset rows="15%,*" frameborder="0" noresize="noresize" framespacing = "0"> <frame src = "Frame3_home.html" scrolling="no" /> <frame src="ToDo.html" scrolling="yes" name="Display_page_Todo"/> </frameset> help me to correct these errors |
|
#2
|
||||
|
||||
|
Well yes, you need to use the frameset DTD. And unless you have a good reason not to you should be using HTML 4.01:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
__________________
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.” —Tim Berners-Lee, W3C Director and inventor of the World Wide Web |
|
#3
|
||||
|
||||
|
__________________
Acceptable Use Policy No child should have to deal with a Brain Stem Tumor... http://www.OneAna.com |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|