Page 1 of 1

multilingual problems

Posted: Tue Oct 30, 2007 10:39 am
by comdespagne
hello everyone,

I'm facing a little problem with my multilingual plugin, if anyone can help it would be appriciated. So far I read nothing dealing with this problem in the forum.

The blog appears right in french, russian and japanese but not in english !!

I don't see where the problem comes from. The template is messed up only for english readers....the right column appears at the bottom of the page leaving an empty space above.

English
http://blog.despagne.fr/index.php?=&ser ... cted%5D=en

French
http://blog.despagne.fr/index.php?=&ser ... cted%5D=fr


Thank u in advance,

Af :wink:

Re: multilingual problems

Posted: Tue Oct 30, 2007 11:21 am
by garvinhicking
Hi!

Your english entry simply contains bad HTML Markup, and is missing a closing element. Check this page, you have a lot of errors:

http://validator.w3.org/check?verbose=1 ... %255D%3Den

Some will go away if you install the "Fix XHTML errors" event plugin. Some others are due to invalid HTML you manually entered in your entries, which screw up rendering.

Best regards,
Garvin

Re: multilingual problems

Posted: Tue Oct 30, 2007 12:41 pm
by comdespagne
Ok get it....thank you so much Garvin...I didn't know about the plugin neither about this html validator...that is just great, I just have to work on it now.

Af