Title: Message

G'day again

> Check this: http://validator.w3.org/check?uri=http://alegeri-locale.stockapplets.com/2/alegeri-locale-2004.html
> Any other ideas?

Yep.  As the validator says:

<a href=""http://cqcounter.com/?_id=razvan&_lo=ro">http://cqcounter.com/?_id=razvan&_lo=ro">

The mentioned element is not allowed to appear in the context in which you've placed it;
the other mentioned elements are the only ones that are both allowed there and can contain
the element mentioned. This might mean that you need a containing element, or
possibly that you've forgotten to close a previous element.

So..  wrap the link in a block level element, such as p or div.  As it is, the link sits directly indise the body element.

<div><a href=""http://cqcounter.com/?_id=razvan&_lo=ro">http://cqcounter.com/?_id=razvan&_lo=ro"></div>

(Or wrap the whole counter script in a div as this error appears more than once in that section).

Tackle the errors one at time, starting from the top, since fixing the first error will often fix others that follow :-)

Regards
Bert

 

 

 

 

Reply via email to