when validating my page i get the error in the subject line
there is a total of 3 errors for the page
i get 2 more errors at the end
"head not finished but doc ended" and "html not finished but doc ended"
i'm thinking these are the result of the first error
here is the page start,
"http://www.w3.org/TR/html4/loose.dtd">
stockton beautiful house for sale, lincoln schools 3/2, all new
kitchen, bath, floors, windows
.............................................
is this enough info to see what is wrong here?
thanks
bob
Re: document type does not allow element "HTML" here.
am 16.10.2007 02:04:42 von jmm-list-gn
On 10/15/07 04:59 pm, bbxrider wrote:
>
> here is the page start,
>
> "http://www.w3.org/TR/html4/loose.dtd">
>
>
>
>
>
> stockton beautiful house for sale, lincoln schools 3/2, all new
> kitchen, bath, floors, windows
>
>
The and must be in the section.
Why are you using Transitional?
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Re: document type does not allow element "HTML" here.
am 16.10.2007 03:18:54 von John Hosking
Jim Moe wrote:
> On 10/15/07 04:59 pm, bbxrider wrote:
>> here is the page start,
>>
>> "http://www.w3.org/TR/html4/loose.dtd">
>>
>>
>>
>>
>>
>> stockton beautiful house for sale, lincoln schools 3/2, all new
>> kitchen, bath, floors, windows
>>
>>
> The and must be in the section.
Although the tag itself (like ) is optional, as are the
and tags.
The error message mentioned by the OP comes because at the tag
the html element (and the head element) is deemed to have started. Then
when the tag is found, it's extraneous, so the error is reported
as in the Subject line.
--
John
Pondering the value of the UIP: http://improve-usenet.org/
Re: document type does not allow element "HTML" here.
am 16.10.2007 03:39:01 von bxtrap01
thanks very much for your quick replies, now i validate
as far as transitional, i thought it gave more latitude in coding
but if there is good reason not to use it i won't
is there a quick explanation or a link you can suggest so i can understand
it
better or in my case just understand it :-)
thanks again
bob
"Jim Moe" wrote in message
news:3radnbokX9qHnYnanZ2dnUVZ_tLinZ2d@giganews.com...
> On 10/15/07 04:59 pm, bbxrider wrote:
>>
>> here is the page start,
>>
>> "http://www.w3.org/TR/html4/loose.dtd">
>>
>>
>>
>>
>>
>> stockton beautiful house for sale, lincoln schools 3/2, all new
>> kitchen, bath, floors, windows
>>
>>
> The and must be in the section.
> Why are you using Transitional?
>
> --
> jmm (hyphen) list (at) sohnen-moe (dot) com
> (Remove .AXSPAMGN for email)
Re: document type does not allow element "HTML" here.
am 16.10.2007 04:05:56 von dorayme
In article <58GdnYqVd5umi4nanZ2dnUVZ_rGrnZ2d@comcast.com>,
"bbxrider" wrote:
> thanks very much for your quick replies, now i validate
> as far as transitional, i thought it gave more latitude in coding
> but if there is good reason not to use it i won't
> is there a quick explanation or a link you can suggest so i can understand
> it
> better or in my case just understand it :-)
> thanks again
> bob
You might read:
http://www.w3.org/TR/html4/intro/intro.html
It's not too bad.
Please don't top post
--
dorayme
Re: document type does not allow element "HTML" here.
am 16.10.2007 05:43:25 von Sherm Pendley
"bbxrider" writes:
> when validating my page i get the error in the subject line
> there is a total of 3 errors for the page
> i get 2 more errors at the end
> "head not finished but doc ended" and "html not finished but doc ended"
> i'm thinking these are the result of the first error
>
> here is the page start,
>
> "http://www.w3.org/TR/html4/loose.dtd">
>
>
>
>
>
> stockton beautiful house for sale, lincoln schools 3/2, all new
> kitchen, bath, floors, windows
>
>
>
> .............................................
>
>
>
> is this enough info to see what is wrong here?
A few comments:
The head element does not belong inside of the body element, it goes above it.
Meta elements belong inside the head element.
If you want to learn HTML, then learn HTML. Buy a book, read a tutorial, take
a class - whatever works for you. What *won't* work is just making stuff up
and hoping browsers somehow manage to cope with it.
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Re: document type does not allow element "HTML" here.
am 16.10.2007 07:33:19 von bxtrap01
thanks, sorry bout the post
"dorayme" wrote in message
news:doraymeRidThis-45991F.12055616102007@news-vip.optusnet. com.au...
> In article <58GdnYqVd5umi4nanZ2dnUVZ_rGrnZ2d@comcast.com>,
> "bbxrider" wrote:
>
>> thanks very much for your quick replies, now i validate
>> as far as transitional, i thought it gave more latitude in coding
>> but if there is good reason not to use it i won't
>> is there a quick explanation or a link you can suggest so i can
>> understand
>> it
>> better or in my case just understand it :-)
>> thanks again
>> bob
>
> You might read:
>
> http://www.w3.org/TR/html4/intro/intro.html
>
> It's not too bad.
>
> Please don't top post
>
> --
> dorayme
Re: document type does not allow element "HTML" here.
am 16.10.2007 13:55:51 von Harlan Messinger
bbxrider wrote:
> "dorayme" wrote in message
> news:doraymeRidThis-45991F.12055616102007@news-vip.optusnet. com.au...
>> In article <58GdnYqVd5umi4nanZ2dnUVZ_rGrnZ2d@comcast.com>,
>> "bbxrider" wrote:
>>
>>> thanks very much for your quick replies, now i validate
>>> as far as transitional, i thought it gave more latitude in coding
>>> but if there is good reason not to use it i won't
>>> is there a quick explanation or a link you can suggest so i can
>>> understand
>>> it
>>> better or in my case just understand it :-)
>>> thanks again
>>> bob
>> You might read:
>>
>> http://www.w3.org/TR/html4/intro/intro.html
>>
>> It's not too bad.
>>
>> Please don't top post
> thanks, sorry bout the post
So why did you do it again? Er--maybe you don't know what "top post"
means. On Usenet you ought to place your reply AFTER the bit you're
replying to so that people reading the post can follow it in a logical
manner. This becomes especially important if a post is long and you want
to respond to different parts of it in different places.
Re: document type does not allow element "HTML" here.
am 16.10.2007 16:25:32 von lws4art
Harlan Messinger wrote:
> So why did you do it again? Er--maybe you don't know what "top post"
> means. On Usenet you ought to place your reply AFTER the bit you're
> replying to so that people reading the post can follow it in a logical
> manner. This becomes especially important if a post is long and you want
> to respond to different parts of it in different places.
Or maybe Britney Syndrome? No matter how one tries it just "Oops, I did
it again!"
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com