How do I move the footer back to the bottom of my blog it is on the side now. http://AlbertTorresOnline.com thanks
http://pastebin.com/ZtLFdPMv here is my footer code
How do I move the footer back to the bottom of my blog it is on the side now. http://AlbertTorresOnline.com thanks
http://pastebin.com/ZtLFdPMv here is my footer code
Lots of mark-up errors -- likely one of the open or unclosed or missing tags or elements is the cause of that problem:
http://codex.wordpress.org/Validating_a_Website
be aware that the error (a possible extaneous open div) might be in the content of one of the recent posts or in a the content of a widget(not tested in your case);
I also suspect the sidebar code to have some unclosed divs.
this is a little more accurate
How do I move the footer back to the bottom of my blog it is on the side now.
here is my site alberttorresonline.com and the code http://pastebin.com/KyFrKYtk
here is the code to another site i have where the footer is at the bottom
http://pastebin.com/qheyZVCh
I do not think the problem is in the footer php because I switched the footer php of alberttorresonline with the one that has the footer at the bottom and there was no change at alberttorresonline.com
(some part of) the problem is in these (multiple) sections:
<div class="feat_box"> <div class="textwidget">FREE entrance into my MLM Web 2.0 Marketing Vault, which will give you the skills you need to Succeed in your MLM or Home Based Business & BONUSES-->>>
<script type="text/javascript" src="http://forms.aweber.com/form/60/194211160.js"></script>
</div>
you open <div class="feat_box"> and <div class="textwidget"> but you have only one closing div </div>
http://www.w3schools.com/html/default.asp
there might be more and other errors - start at the top of the error list in the validation report, and try fixing as many as you can, and re-run http://validator.w3.org/ to check for more.
ok both of the replies got me going in the right direction.... All I did was look at my widgets in wordpress blog backoffice and took out one by one each item in the widget for example my optin form, then my contact me section, then my sitemeter, then I saved it, and looked at the blog to see if the footer was on the side or back on the bottom.
It ended up being my sitemeter.
THANK YOU SOOOOO MUCH
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="250" height="200" id="ConsumerWidget" align="middle"><param name="allowScriptAccess"
<p>
<!-- Site Meter -->
<script type="text/javascript" src="http://s50.sitemeter.com/js/counter.js?site=xxxxxxxxxx">
</script>
<noscript>
<img src="http://s50.sitemeter.com/meter.asp?site=xxxxxxxxxx" alt="Site Meter" border="0"/>
</noscript>
<!-- Copyright (c)2009 Site Meter -->
You must log in to post.