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

why doesn't this validate

this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html

does not validate.

i'm sure (hoping) someone can enlighten me

cheers!
Jul 20 '05 #1
9 1445
On 14 May 2004 08:29:29 -0700, cruiserweight <ba*****@yahoo.com> wrote:
this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html

does not validate.

i'm sure (hoping) someone can enlighten me

cheers!

At first glance it appears you have a </form> without a matching <form>.
Jul 20 '05 #2
ba*****@yahoo.com (cruiserweight) wrote:
this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html

does not validate.

i'm sure (hoping) someone can enlighten me


Improper nesting of elements. When I remove all the properly nested
elements I'm left with:

<form method="post" action="/veiyo/contact.html">
<div class="container">

</form>
</div>

Which exactly matches the errors given by the validator.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #3

"cruiserweight" <ba*****@yahoo.com> wrote in message
news:18**************************@posting.google.c om...
this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html

does not validate.

i'm sure (hoping) someone can enlighten me


Assuming you used the W3C validator, you didn't find the following specific
reasons it gave you sufficiently informative?

Below are the results of attempting to parse this document with an SGML
parser.

1. Line 67, column 6: end tag for "div" omitted, but OMITTAG NO was
specified

</form>

2. Line 14, column 0: start tag was here

<div class="container">

3. Line 69, column 5: end tag for element "div" which is not open

</div>
Jul 20 '05 #4
"Improper nesting of elements"

That was it. The <form> and </form> elements were "improperly nested".
The Wc3 error message does not make sense (to me) in this regards,
hence the post. Cheers.
Jul 20 '05 #5

"cruiserweight" <ba*****@yahoo.com> wrote in message
news:18**************************@posting.google.c om...
"Improper nesting of elements"

That was it. The <form> and </form> elements were "improperly nested".
The Wc3 error message does not make sense (to me) in this regards,
hence the post. Cheers.


Who are you talking to?
Please learn how to quote.
--
Karl Core

Link of the day:
http://www.mightymoocow.com/werbung.mpeg
Jul 20 '05 #6
cruiserweight schrieb:
this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html


I read:
This Page Is Valid XHTML 1.0 Transitional!

Congratulation! And it's a nice page!

Werner

--
-----------------------------------------------------------
Werner Partner * Tel +49 2366 886606 * Fax: 886608
mailto:ka****@sonoptikon.de * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/
Jul 20 '05 #7

"cruiserweight" <ba*****@yahoo.com> wrote in message
news:18**************************@posting.google.c om...
"Improper nesting of elements"

That was it. The <form> and </form> elements were "improperly nested".
The Wc3 error message does not make sense (to me) in this regards,
hence the post. Cheers.


Then why didn't you give us the message to interpret, instead of requiring
us to go validate your page ourselves to figure out what was going on?

Jul 20 '05 #8

"Werner Partner" <ka****@sonoptikon.de> wrote in message
news:ti************@idefix.dom...
cruiserweight schrieb:
this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html


I read:
This Page Is Valid XHTML 1.0 Transitional!


Well, of course. You responded two days later, and he'd had a chance to
implement the fix that he was given.

Jul 20 '05 #9
Harlan Messinger schrieb:
"Werner Partner" <ka****@sonoptikon.de> wrote in message
news:ti************@idefix.dom...
cruiserweight schrieb:

this is my first xhtml project and i can't understand for the life of
me why this page

http://www.k4media.com/veiyo/contact.html


I read:
This Page Is Valid XHTML 1.0 Transitional!

Well, of course. You responded two days later, and he'd had a chance to
implement the fix that he was given.


so I came too late - but I had a chance to see your nice site :-)

Werner

--
-----------------------------------------------------------
Werner Partner * Tel +49 2366 886606 * Fax: 886608
mailto:ka****@sonoptikon.de * http://www.sonoptikon.de
hören Sie Klassik: http://www.drmk.ch/
Jul 20 '05 #10

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

Similar topics

0
by: Ashton | last post by:
Hello, I am fairly new to all this XML stuff. I have recently taken over some coding on a project that involves reading in xml documents and validating them based on some schema files. The...
7
by: AnnMarie | last post by:
My JavaScript Form Validation doesn't work at all in Netscape, but it works fine in IE. I made some of the suggested changes which enabled it to work in IE. I couldn't make all the changes...
22
by: Haines Brown | last post by:
I have a document with a set of internal links such as: <a name="Z1"></a>... <a name="Z2"></a>... The W3C validator objects to the first instance of the name attribute: There is no attribute...
12
by: jfburr | last post by:
very simple thing (I hope) I've got a css style sheet that starts like this: ______________ A:link { color: cc9933; }
3
by: JHR | last post by:
Hey all, I'm trying to make a sidebar box float to the right of various items, and for those items to wrap if a user shrinks his browser window. Instead, in every browser I've tried except for...
2
by: lmeng | last post by:
Hi, I am new to this Forum. Thanks in advance for any kind help. In the following HTML code, when I change the value of one text field then click "Modify" button, if the validation fails a...
45
by: Pat | last post by:
its seems asp.net validation doesn't fire when using FireFox? Tested a page and it doesn't fire. It seems the javascript doesn't fire Any ideas?
2
by: Harris Kosmidhs | last post by:
I hope it's the right newsgroup for the question. I have custmized a site at http://www.black-tracker.gr/ (it's in greek) But it doesn't validate...
4
by: agda.karlberg | last post by:
Hi, Apologies if this is a really stupid question, I haven't done much xml before. I need to validate an xml file against a schema, but when I try to validate an invalid file it doesn't throw...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.