473,396 Members | 2,109 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,396 software developers and data experts.

Help validating ilayer

Hello,
Can some one help me with the problem that I am having to validate this.
Here is the code I have:
<ilayer name="test34i"><div id="test34"><img src="wavestest.gif"
alt="test"></div></ilayer>

Here is the error it is giving me:
You have used the attribute named above in your document, but the document
type you are using does not support that attribute for this element. This
error is often caused by incorrect use of the "Strict" document type with a
document that uses frames (e.g. you must use the "Transitional" document
type to get the "target" attribute), or by using vendor proprietary
extensions such as "marginheight" (this is usually fixed by using CSS to
achieve the desired effect instead).

This error may also result if the element itself is not supported in the
document type you are using, as an undefined element will have no supported
attributes; in this case, see the element-undefined error message for
further information.

How to fix: check the spelling and case of the element and attribute,
(Remember XHTML is all lower-case) and/or check that they are both allowed
in the chosen document type, and/or
Jul 23 '05 #1
9 4172
"mike" <nogood@.invalid> wrote:
Can some one help me with the problem that I am having to validate
this. Here is the code I have:
<ilayer name="test34i"><div id="test34"><img src="wavestest.gif"
alt="test"></div></ilayer> - - This error may also result if the element itself is not supported in
the document type you are using,


That's it. The validator presents things in a bit odd order, but the point
anyway is that ilayer is not, never was and never will be part of any HTML
specification. Besides, it's hopelessly outdated - it was never supported
by IE, for example.

What to do? Depends on what you are doing and what you aim at. You told
nothing about that.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #2
<ilayer> is a Netscape 4 extension. As Jukka says, it's not supported
by any
W3C specification, which is used by the validator to test your page. No
matter which document type you use to validate your page, you'll get
the
same kind of error message because it was never supported by the
organization that made the validator (the W3C.)
The good news is: anything the <ilayer> tag can do can be done with
CSS. I
suggest you use that instead, if you can. (If you don't know any CSS,
go
ahead and learn some. It's easy to use.)

Hope this helps.

df

"mike" <nogood@.invalid> wrote in message
news:y_***************@newsread3.news.pas.earthlin k.net...
Hello,
Can some one help me with the problem that I am having to validate this.
Here is the code I have:
<ilayer name="test34i"><div id="test34"><img src="wavestest.gif"
alt="test"></div></ilayer>

Here is the error it is giving me:
You have used the attribute named above in your document, but the document
type you are using does not support that attribute for this element. This
error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document
type to get the "target" attribute), or by using vendor proprietary
extensions such as "marginheight" (this is usually fixed by using CSS to
achieve the desired effect instead).

This error may also result if the element itself is not supported in the
document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for
further information.

How to fix: check the spelling and case of the element and attribute,
(Remember XHTML is all lower-case) and/or check that they are both allowed
in the chosen document type, and/or

Jul 23 '05 #3
In article <y_***************@newsread3.news.pas.earthlink.ne t>,
"mike" <nogood@.invalid> writes:
Hello,
Can some one help me with the problem that I am having to validate this.
Here is the code I have:
<ilayer name="test34i"><div id="test34"><img src="wavestest.gif"
alt="test"></div></ilayer>
There's no such thing as ilayer in any published HTML version.
Here is the error it is giving me:
You have used the attribute named above in your document, but the document


That's not the underlying error - it's cascaded from it. That presentation
is a weakness of the validator you used. Page Valet[1] in "visual validator"
mode would report the same error in a much clearer manner.

[1] http://valet.webthing.com/page/

--
Nick Kew
Jul 23 '05 #4

"Dave Finch" <dw*****@rogers.com> wrote in message
news:l-********************@rogers.com...
<ilayer> is a Netscape 4 extension. As Jukka says, it's not supported
by any
W3C specification, which is used by the validator to test your page. No
matter which document type you use to validate your page, you'll get
the
same kind of error message because it was never supported by the
organization that made the validator (the W3C.)
The good news is: anything the <ilayer> tag can do can be done with
CSS. I
suggest you use that instead, if you can. (If you don't know any CSS,
go
ahead and learn some. It's easy to use.)

Thanks do you have a website that I can learn to make this a css.
Jul 23 '05 #5
On Thu, 25 Nov 2004 19:01:50 GMT, mike <nogood@.invalid> wrote:
Hello,
Can some one help me with the problem that I am having to validate this.
Here is the code I have:


Bud, which newsgroup you want the replies in? You've posted here, in ciwas
and in ciwas-d too.
Jul 23 '05 #6
mike said the following on 11/25/04 23:05:
"Dave Finch" <dw*****@rogers.com> wrote in message
news:l-********************@rogers.com...
The good news is: anything the <ilayer> tag can do can be done with
CSS. I
suggest you use that instead, if you can. (If you don't know any CSS,
go
ahead and learn some. It's easy to use.)


Thanks do you have a website that I can learn to make this a css.


Can't help you with CSS code as a replacement for ilayer, but w3schools
has some fine tutorials and one of them is about CSS:

http://www.w3schools.com/

--
Regards
Harrie
Jul 23 '05 #7
Neal said the following on 11/26/04 01:45:
Bud, which newsgroup you want the replies in? You've posted here, in
ciwas and in ciwas-d too.


What's ciwas-d? Can't find a newsgroup that match that on my news serer
(news.xs4all.nl).

--
Regards
Harrie
Jul 23 '05 #8
On Fri, 26 Nov 2004 04:13:29 +0100, Harrie <sp*****@linux.org.invalid>
wrote:
Neal said the following on 11/26/04 01:45:
Bud, which newsgroup you want the replies in? You've posted here, in
ciwas and in ciwas-d too.


What's ciwas-d? Can't find a newsgroup that match that on my news serer
(news.xs4all.nl).


comp.infosystems.www.authoring.site-design

Jul 23 '05 #9
Neal said the following on 11/26/04 04:39:
On Fri, 26 Nov 2004 04:13:29 +0100, Harrie <sp*****@linux.org.invalid>
wrote:
What's ciwas-d? Can't find a newsgroup that match that on my news
serer (news.xs4all.nl).


comp.infosystems.www.authoring.site-design


Ahh, thanks. I was looking for something like

comp.infosystems.www.authoring.stylesheets-d*

--
Regards
Harrie
Jul 23 '05 #10

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

Similar topics

14
by: Brandon Hoppe | last post by:
I'm trying to change the src of an ilayer in the parent document from a link inside the ilayer. I'm not able to get it to work. All that happens is Netscape 4 crashes. This is for Netscape 4 only....
6
by: mike | last post by:
Hello, After trying to validate this page for a couple of days now I was wondering if someone might be able to help me out. Below is a list of snippets where I am having the errors. 1. Line 334,...
2
by: mike | last post by:
Hello, I created a website with a ilayer tag which is only good for netscape. And the problem that I am having is that I want to validate my website. Of course this will not work because I have a...
7
by: mike | last post by:
Hello, I am kind of new to this javascript stuff and I am constantly having problems trying to get my webpage validated. I have the following <script>printdate();</script> and when I validate it...
7
by: mike | last post by:
Hello, After reading all the past post and going to the faq on frameset tags I am still don't understand how this works and need some help on getting this validated if possible. Here is the error...
1
by: stalinmaddy | last post by:
I have problem with layers in my code. The problem is that it works well with ordinary html files but when include with any other files which have flash script or more javascript it doesn't...
2
by: gunnuk | last post by:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
10
by: smartphreak | last post by:
having some difficulty with removing some img's out of an ilayer... i have a frame with a scroll text within an ilayer that works off a rollover.. sample: <html> <head> <title></title>...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.