please help me

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
darkmagic89
500 Command not understood
Posts: 4
Joined: 2013-03-20 11:51
First name: Alexandru
Last name: Borbiro
Location: italy

please help me

#1 Post by darkmagic89 » 2013-03-20 12:06

I built a website about a month ago and using the W3C validator keeps giving me errors
of things that I have not compiled but just copied and pasted.
tells me that the adsense banner have errors, but I have not touched the code just copied and pasted as instructed by google.
other errors are derived from the top 100 sites where the website is registered.

please, you are expert and I am a learning newbie ,can you take a look and maybe advise me how to solve these problems?

Website is

Code: Select all

http://www.pfi.altervista.org
while the error codes of W3C are these

Line 51, Column 19: value of attribute "ID" must be a single token
<div id="publicita sinistra homepage" style="position:absolute; overflow:hidden…

Line 98, Column 19: value of attribute "ID" must be a single token
<div id="publicita alto centro homepage" style="position:absolute; overflow:hid…

Line 112, Column 104: document type does not allow element "META" here
…content="I migliori programmi gratis per il nostro pc, con confronti e guide.">

Line 113, Column 43: document type does not allow element "META" here
<meta name="distribution" content="GLOBAL">

Line 114, Column 44: document type does not allow element "META" here
<meta name="revisit-after" content="7 Days">

Line 115, Column 34: document type does not allow element "META" here
<meta name="robots" content="ALL">

Line 116, Column 44: document type does not allow element "META" here
<meta name="rating" content="SAFE FOR KIDS"></div>

Line 154, Column 139: required attribute "ALT" not specified
…75/StelladimareVarieBlog/BannerinoTop1003.gif" width=88 height=31 border=0></a>

Line 160, Column 105: required attribute "ALT" not specified
…t/top_100_guadagnoweb/top_100_guadagnoweb.gif" width=88 height=31 border=0></a>

Line 173, Column 82: required attribute "ALT" not specified
…c="http://www.example.com/images/votami.gif" width=88 height=31 border=0></a>

:? :?

any of your help will be welcome,and tank you for your time

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: please help me

#2 Post by boco » 2013-03-20 15:21

No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

darkmagic89
500 Command not understood
Posts: 4
Joined: 2013-03-20 11:51
First name: Alexandru
Last name: Borbiro
Location: italy

Re: please help me

#3 Post by darkmagic89 » 2013-03-20 15:32

thanks for the reply, I hope to be lucky enough to find someone on this forum that could give me some advice, even in pm.
it is about a month that I fight with these technical problems (around 13) and I can not find solution to have a full W3C validation.
thanks again for taking the time to answer me.

:|

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: please help me

#4 Post by boco » 2013-03-20 15:36

I just wanted to give an explanation why this isn't the best place to ask about HTML (we are in the Off-Topic subforums here).

There are HTML forums dealing explicitly with HTML validation.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

darkmagic89
500 Command not understood
Posts: 4
Joined: 2013-03-20 11:51
First name: Alexandru
Last name: Borbiro
Location: italy

Re: please help me

#5 Post by darkmagic89 » 2013-03-20 15:55

I posted the problem in other forums but with limited success.
My last hope was you guis, I was confident in your experience and knowledge as on every forum I posted I found answers like "strange, I hope someone knows something about."
I understand that we are off topic, and for that I apologize, but then again you were my only hope. I do not know a lot of web languages ​​but I use a program I do not need knowledge of HTML (that slowly I am learning by reading codes of the pages that I create).
so I think it is not the fault of the program I use, because from what I understand there are problems in the code of google adsense.

excuse my bad English

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: please help me

#6 Post by boco » 2013-03-20 17:51

You don't need to apologize, you just need to be aware of the fact that we don't deal with HTML.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: please help me

#7 Post by botg » 2013-03-20 21:58

XHTML > HTML. 'nuff said :)

darkmagic89
500 Command not understood
Posts: 4
Joined: 2013-03-20 11:51
First name: Alexandru
Last name: Borbiro
Location: italy

Re: please help me

#8 Post by darkmagic89 » 2013-03-21 00:01

excuse me botg but i do not understand your reply...please be more specific

tank you

User avatar
boco
Contributor
Posts: 26935
Joined: 2006-05-01 03:28
Location: Germany

Re: please help me

#9 Post by boco » 2013-03-21 00:16

XHTML has strict rules and thus is better.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: please help me

#10 Post by audiopro » 2013-03-23 14:28

The W3C validator gives you all the error information you need.

For example - You cannot put spaces in div id's, they have to be single words.

as in error 1 here:-
http://validator.w3.org/check?uri=http% ... ne&group=0
Morecambe - Where the sun goes at night

Post Reply