472,951 Members | 1,855 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,951 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 4148
"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: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.