473,387 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

frameborder

Hello
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
(explain...).
<frameset frameborder="0" rows="41,*">

And on the page : http://www.w3.org/TR/REC-html40/present/frames.html
it's said that :
frameborder = 1|0 [CN]
This attribute provides the user agent with information about the frame
border. Possible values:
So I don't understand : is frameborder a valid attribute yes or no ???
Thank you.
Jul 20 '05 #1
10 7185
In post <3f***********************@news.free.fr>
pacman1897 said...
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"


use 4.01 transitional DTD
Jul 20 '05 #2
In post <1m***************@alt-html.org>
brucie said...
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
use 4.01 transitional DTD


or better yet don't use frames at all.

http://html-faq.com/htmlframes/?framesareevil
http://homepage.ntlworld.com/l_vajzo...eb/frames.html
http://www.karlcore.com/articles/article.php?id=2
http://david.us-lot.org/www/frames/
Jul 20 '05 #3
In post <3f***********************@news.free.fr>
pacman1897 said...
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
<frameset frameborder="0" rows="41,*">


valid attribute only on frame/iframe
Jul 20 '05 #4
brucie wrote:
In post <3f***********************@news.free.fr>
pacman1897 said...
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"


use 4.01 transitional DTD


I think you mean frameset...

--
David Dorward http://dorward.me.uk/
Jul 20 '05 #5
In post <bk*******************@news.demon.co.uk>
David Dorward said...
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
use 4.01 transitional DTD
I think you mean frameset...


nope. i didn't read all the post before i replied. frameborder is only
valid on i/frame.
Jul 20 '05 #6
brucie wrote:
use 4.01 transitional DTD I think you mean frameset...

nope. i didn't read all the post before i replied. frameborder is only
valid on i/frame.


Well... yes - but the <frameset> tag (which the OP is using) only exists in
the frameset DTD :)

--
David Dorward http://dorward.me.uk/
Jul 20 '05 #7
On Sat, 20 Sep 2003 10:51:07 +0200, "pacman1897"
<vi*********@nospam-yahoo.fr> wrote:
Hello
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
(explain...).
<frameset frameborder="0" rows="41,*">

And on the page : http://www.w3.org/TR/REC-html40/present/frames.html
it's said that :
frameborder = 1|0 [CN]
This attribute provides the user agent with information about the frame
border. Possible values:
So I don't understand : is frameborder a valid attribute yes or no ???
Thank you.


You probably have your DTD set for Transitional or Strict, where you
actually need it set to Frameset. Like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
Jul 20 '05 #8
> or better yet don't use frames at all.

Ok, I understand better now why you don't like frames. Thank you.
Jul 20 '05 #9
In post <bk*******************@news.demon.co.uk>
David Dorward said...
use 4.01 transitional DTD I think you mean frameset...
nope. i didn't read all the post before i replied. frameborder is only
valid on i/frame.
Well... yes - but the <frameset> tag (which the OP is using) only exists in
the frameset DTD :)


but the frameborder attribute that was causing the problem is valid
with the transitional DTD :-)
Jul 20 '05 #10
pacman1897 wrote:
Hello
The validator of w3c tells me :
1. Line 9, column 22: there is no attribute "FRAMEBORDER"
(explain...).
<frameset frameborder="0" rows="41,*">

And on the page : http://www.w3.org/TR/REC-html40/present/frames.html
it's said that :
frameborder = 1|0 [CN]
This attribute provides the user agent with information about the frame
border. Possible values:
So I don't understand : is frameborder a valid attribute yes or no ???


The "frameborder" attribute is only valid for "frame", but not for
"frameset". However, the differences between the standard and the
implementation are so plentiful that you can't reasonably create a
standards-based framed site.

position: fixed
Jul 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Matthias Caspary | last post by:
Hi all, can anyone imagine why the following site shows up correctly in Mozilla Firefox 0.8 and Netscape 4.5, but not in IE6? In IE6, the "main" frame seems to have disappeared. ### <html>...
0
by: Jürgen Riemer | last post by:
hi, is there a possibilty to set the frameborder in a stylesheet? <iframe frameborder="0" framespacing="0" border="0"></iframe> works just fine, no border is shown, but can I do this by...
18
by: Jonathan Carmichael | last post by:
I am building a website for the first time. In attempting to validate my frameset html file I came across the following URL http://www.w3.org/TR/1999/REC-html401-19991224/ The 3 errors I am...
2
by: crmpicco | last post by:
<style type="text/css"> ..iframe { position: absolute; top: 110px; left: 712px; z-index:2; filter:"progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0)"; } </style>
4
by: lmarceglia | last post by:
Hi, I have this website that doesn't work in Firefox 1.5: www.pianetaluca.com The HTML source is: <TITLE>PianetaLuca</TITLE> </HEAD>
5
by: althafexcel | last post by:
hi everyone Im trying to include an external js in my aspx page under the head tag, it doesn't load or it displays an object expected error whenver the function from the .js is called. Actually...
6
by: howa | last post by:
Hello, Is it possible to set framrborder, scrolling properties using pure CSS? I come up with something like: <iframe style="height:80px;width:180px;border:0;margin:0;padding:0"...
1
by: John Devlon | last post by:
Hi, I have a problem using a hyperlink and a frameset... When I run the application, and click on the link, the link is displayed in a new window... But the strange thing is, I set the target...
4
Dököll
by: Dököll | last post by:
Hey Gang! I thought I had a good idea but then I realized JSF doesn't play that... I am trying to mimick what HTML can do in JSF when using target tags to related to inner HTML pages. In...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.