Problems validation webpage, w3c errors that I can't understand

3 views
Skip to first unread message

ecatala

unread,
Dec 6, 2007, 8:18:18 PM12/6/07
to Only Validation + Navigation = Crawlability

Duncan Hill

unread,
Dec 6, 2007, 9:13:30 PM12/6/07
to only-va...@googlegroups.com
Hi,

from the valifator page you have missed out the 'body' tags on your page,

add an opening body tag <body> just after the head closing tag </head>
and then at the bottom of the page just before the </html> tag add in the
body closing tag </body>

Your page should be OK after that.

Best wishes

Duncan

--
Duncan Hill
(DHadmin)

Message has been deleted

Duncan Hill

unread,
Dec 7, 2007, 4:37:39 AM12/7/07
to only-va...@googlegroups.com
insomnia !!!

I was just finishing off some work when I glanced and saw this, got to try
and do my bit!! LOL
pity I didn't spell validator correctly though .... although in the past I
have often referred to the 'f' in validator when it fails

Duncan

On Fri, 07 Dec 2007 05:07:10 -0000, a-ok-site <a.ok...@gmail.com> wrote:

>
> Speedy are you at it again. Maybe Christina needs to keep up with the
> strings a little better..lol ;-).
>
> Daniel


>
> On Dec 6, 8:13 pm, "Duncan Hill" <dhad...@mndhill.com> wrote:
>> Hi,
>>
>> from the valifator page you have missed out the 'body' tags on your
>> page,
>>
>> add an opening body tag <body> just after the head closing tag </head>
>> and then at the bottom of the page just before the </html> tag add in
>> the
>> body closing tag </body>
>>
>> Your page should be OK after that.
>>
>> Best wishes
>>
>> Duncan
>>
>>
>>
>> On Fri, 07 Dec 2007 01:18:18 -0000, ecatala <ecat...@gmail.com> wrote:
>>
>> > hello, there are ...
>>

>> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...
>>
>> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...


>>
>> > the other page have same errors
>>
>> > Thanks and especially to webado to previously help
>>
>> --
>> Duncan Hill
>> (DHadmin)
> >

--
Duncan Hill
(DHadmin)

ecatala

unread,
Dec 7, 2007, 6:04:31 AM12/7/07
to Only Validation + Navigation = Crawlability
thanks very much

see this,
http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fusers%2Fefisveg%2F6.html&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0



On 7 dic, 02:13, "Duncan Hill" <dhad...@mndhill.com> wrote:
> Hi,
>
> from the valifator page you have missed out the 'body' tags on your page,
>
> add an opening body tag <body> just after the head closing tag </head>
> and then at the bottom of the page just before the </html> tag add in the
> body closing tag </body>
>
> Your page should be OK after that.
>
> Best wishes
>
> Duncan
>
>
>
> On Fri, 07 Dec 2007 01:18:18 -0000, ecatala <ecat...@gmail.com> wrote:
>
> > hello, there are ...
>
> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...
>
> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...

ecatala

unread,
Dec 7, 2007, 6:16:21 AM12/7/07
to Only Validation + Navigation = Crawlability
sorry, what's "f" ?¿

Duncan Hill

unread,
Dec 7, 2007, 6:22:12 AM12/7/07
to only-va...@googlegroups.com
on a quick look at your code, I think all that you are missing is a close
div tag just before you open the script tag at the bottom of your page for
Google analytics.
Sorry I haven't had a chance to test but I think it will clean things up
for you.

on your next email, the 'f' was referring to my spelling mistake and also
brings in some very poor Anglo Saxon humor!

--
Duncan Hill
(DHadmin)

webado

unread,
Dec 7, 2007, 6:44:19 AM12/7/07
to Only Validation + Navigation = Crawlability
I think in fact it needs to be closed right after the top image tag.

<div align="center"><img src="ecofisiologia/cabezera2.png"
alt="cabecera" width="763" height="239" border="0" align="top"
usemap="#Map" />
</div>


On Dec 7, 6:22 am, "Duncan Hill" <dhad...@mndhill.com> wrote:
> on a quick look at your code, I think all that you are missing is a close
> div tag just before you open the script tag at the bottom of your page for
> Google analytics.
> Sorry I haven't had a chance to test but I think it will clean things up
> for you.
>
> on your next email, the 'f' was referring to my spelling mistake and also
> brings in some very poor Anglo Saxon humor!
>
>
>
>
>
> On Fri, 07 Dec 2007 11:04:31 -0000, ecatala <ecat...@gmail.com> wrote:
>
> > thanks very much
>
> > see this,
> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...
>
> > On 7 dic, 02:13, "Duncan Hill" <dhad...@mndhill.com> wrote:
> >> Hi,
>
> >> from the valifator page you have missed out the 'body' tags on your
> >> page,
>
> >> add an opening body tag <body> just after the head closing tag </head>
> >> and then at the bottom of the page just before the </html> tag add in
> >> the
> >> body closing tag </body>
>
> >> Your page should be OK after that.
>
> >> Best wishes
>
> >> Duncan
>
> >> On Fri, 07 Dec 2007 01:18:18 -0000, ecatala <ecat...@gmail.com> wrote:
>
> >> > hello, there are ...
>
> >> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...
>
> >> >http://validator.w3.org/check?uri=http%3A%2F%2Fwebpages.ull.es%2Fuser...
>
> >> > the other page have same errors
>
> >> > Thanks and especially to webado to previously help
>
> >> --
> >> Duncan Hill
> >> (DHadmin)
>
> --
> Duncan Hill
> (DHadmin)- Hide quoted text -
>
> - Show quoted text -

ecatala

unread,
Dec 7, 2007, 7:02:57 AM12/7/07
to Only Validation + Navigation = Crawlability
actually works, also I try this

thanks

ecatala

unread,
Dec 7, 2007, 9:32:03 AM12/7/07
to Only Validation + Navigation = Crawlability
Now all is working fine, thanks very much !!
Reply all
Reply to author
Forward
0 new messages