Page 1 of 1

please help me

Posted: 2013-03-20 12:06
by darkmagic89
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

Re: please help me

Posted: 2013-03-20 15:21
by boco

Re: please help me

Posted: 2013-03-20 15:32
by darkmagic89
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.

:|

Re: please help me

Posted: 2013-03-20 15:36
by boco
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.

Re: please help me

Posted: 2013-03-20 15:55
by darkmagic89
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

Re: please help me

Posted: 2013-03-20 17:51
by boco
You don't need to apologize, you just need to be aware of the fact that we don't deal with HTML.

Re: please help me

Posted: 2013-03-20 21:58
by botg
XHTML > HTML. 'nuff said :)

Re: please help me

Posted: 2013-03-21 00:01
by darkmagic89
excuse me botg but i do not understand your reply...please be more specific

tank you

Re: please help me

Posted: 2013-03-21 00:16
by boco
XHTML has strict rules and thus is better.

Re: please help me

Posted: 2013-03-23 14:28
by audiopro
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