> 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.
I believe you have a structure issue. Before actually dealing with CSS, my advice is to grab your html final code, eyes wide open, and try to organize the page with some indentation (I believe we called like this). Something like: <div> <p> </p> </div> With this, you will be able to properly see which </p> tag you should remove. After copy-paste your code onto an editor, I was able to see some not closed </p> tags on your code. (line 183). My editor also doesn't properly highlight the end </p> tags on lines 131 and above, and this, normally means an issue. Maybe your problems started there ? Again, try to edit your code in the way posted above and you will save a lot of headshakes. Before that, I believe we cannot logically deal with CSS, so I've been told. Regards, Márcio ______________________________________________________________________ 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/