Thx Esmi
But it may as well be in Chinese, i dont understand.
http://validator.w3.org/check?uri=http%3A%2F%2Fkevinalong.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
try to find the cause for those validation errors and fix them;
http://codex.ww.wp.xz.cn/Validating_a_Website
start by checking all your textwidgets for properly closed html tags.
if you use <div style="text-align:center;"> at the start of the content in your textwidget(s) (4 in total with this error), you also have to have the closing </div> at the end.
im pasting my code in here for you to see, but its turning into a link, any ideas
Please post code or markup snippets between backticks or use the code button.
it is not about your footer – the errors are in the sidebar caused by some of the content in the textwidgets.
dashboard – appearance – widgets …
look into each of the textwidgets, and correct the code as I suggested earlier.
is it possible to temporarily take out one widget at a time and see which one affects them?
Appreciate your time
the footer dislogment is caused by the same error in four (?) textwidgets – removing one widget at a time will not show you which widget it is.
simply go to the widget area;
open one textwidget at a time;
if the textwidget contains this at the beginning:
<div style="text-align:center;">
then make sure to add this at the end:
</div>
and save the widget.
keep doing it for all textwidgets in your site.
You are such a star alchymyth, all sorted now.
Thanks again
Kevin