This is a discussion on "Errors in XHTML program" within the Web Page Design section. This forum, and the thread "Errors in XHTML program are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Errors in XHTML program
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Errors in XHTML program
Hi All,,
I have a problem when i try to validate the XHTML page using Frameset DTD. The following errors are thrown: 1.there is no attribute "frameborder". 2.there is no attribute "resize" 3. there is no attribute " framespacing" Can anyone help me in this regard.?? Swetha |
|
|
|
#2
|
|||
|
|||
|
Re: Errors in XHTML program
Can you give us the code? The <frame> tag has the atrributes for frameborder and noresize but not framspacing.
Otherwise, you might need to use CSS depending on what you are trying to do with the framespacing. |
|
#3
|
|||
|
|||
|
Re: Errors in XHTML program
okie. i will give u the code and can u also tell me how to define the border for the frame in a CSS:
<frameset cols="30%,*" frameborder="0" noresize="noresize" framespacing="0"> <frame src = "Calculator_frame2.html" scrolling="no" /> <frame src="Calculator_frame3.html" scrolling="yes" name="Display_page_3"/> </frameset> |
|
#4
|
|||
|
|||
|
Re: Errors in XHTML program
Most of what you are using should be in the frame tag and not the frameset. Check the link I gave you above for the frame tag and for <frameset> - you will see what you can use - hopefully that will help.
|
|
#5
|
|||
|
|||
|
Re: Errors in XHTML program
okie , I changed to the frame tag and validated it said no error. but when i view in the browser a white line seperates the two frames . can u tell me how to remove this line?
|
![]() |
| Tags |
| errors, xhtml, program |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3 XHTML errors | andym01480 | Web Page Design | 2 | May 26th, 2008 17:13 |
| errors | unitedcraig | Webforumz Suggestions and Feedback | 3 | Jan 28th, 2008 08:28 |
| Errors | Daniel | Webforumz Suggestions and Feedback | 4 | Jan 14th, 2008 00:17 |
| Errors in PHP | Lchad | PHP Forum | 2 | Sep 17th, 2007 16:14 |
| Two errors - Similar Errors too. | PicoDeath | Web Page Design | 6 | Jul 27th, 2007 18:06 |