View Single Post
  #5  
Old 05-26-2012, 09:29 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Left_bar moves to bottom of page after using wemaster mode

Look at the validator link I posted - it will help you find what's wrong. There are few places where the html code is wrong

<a> tag is closed twice - fix it
Quote:
<p><!-- FreeCouponMaker.com Coupon --><link rel="stylesheet" href="http://www.freecouponMaker.com/css/fcm.css" type="text/css" /><iframe src="http://www.freecouponMaker.com/iframe/18444/" class="f" frameborder="0">FreeCouponMaker.com</iframe><div class="l"><a href="http://www.freecoupons.com" class="l"></a></div></a></p>

<a> tags not closed - fix it


closing <div> which may not be opened

Once you fix this it will be more clear what else is wrong
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote