Andzia wrote:
> Hello,
> I reduced the number of errors to 9:
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fklikerlab.pl%2F
> 
> and now I have some questions. First, what is a "column" in this report?
> Like: " *Line 170, Column 4*". I found somewhere that it refers to the
> database, is that correct? Or does it refer to layout?
> 
> Second: "end tag for element "p" which is not open". This is about the
> excerpt, I couldn't find such tag in my html, but the excerpts are created
> by a plugin and maybe it has some wrong html code. Anyway, I can't find this
> element in page source.
> 
> And this: "XML Parsing Error: Opening and ending tag mismatch: div line 181
> and p". What does it mean? Again, this error seems to be located in the
> excerpt code and I can't find it in page source...
> 
> And now Firefox displays different colors for some links (excerpt titles and
> some tags from tag cloud), and there is too much padding on the top of two
> banners (which are to the right from the article). Safari and Opera display
> these things like before.
> 
> Thanks in advance,
> Ania

Browsers do strange this in the process of HTML error recovery. The 
column number is referring to the characters on each line. ie.

1234
1234

The forth column has ">". Line 170 and 183 has this closing tag. Delete 
them.

</p>


Line 348 has this.

<h2>&darr;</h>


Change to this.

<h2>&darr;</h2>


You can view the line and column quite simply by viewing the source in 
Firefox and looking at the bottom left corner of that window.


-- 
Alan http://css-class.com/
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to