Sidebar error in extended post
Sidebar error in extended post
When I view on my extended page, the sidebar is moved to the footer. How to solve?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Sidebar error in extended post
Hi!
Should be a simple CSS problem or a HTML error only. Your URL would help.
Regards,
Garvin
Should be a simple CSS problem or a HTML error only. Your URL would help.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Check the output of your HTML validation:
http://validator.w3.org/check?verbose=1 ... kapot.html
It says you have a closing </div> too much. You must make sure that for every open <div> you have a closing </div> tag. Somewhere in your template files you must have accidantly added one or removed one too many.
Best regards,
Garvin
Check the output of your HTML validation:
http://validator.w3.org/check?verbose=1 ... kapot.html
It says you have a closing </div> too much. You must make sure that for every open <div> you have a closing </div> tag. Somewhere in your template files you must have accidantly added one or removed one too many.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/