Hello everyone. I have just built a new site coltscom.com and I have been logged in the whole time but as I logged out one time I noticed the right sidebar has dropped below the content and other side bar. This only does it on internal pages and when you are not logged in. If you log in it looks fine. Could somebody check it out and let me know if you have an idea what it might be? Thanks in advance.
I cant see what youre saying. Your submit form is causing errors though on line 204. our submit button has no value name. and then a forward slash. Whatever is causing your navigation to move when you log in ..has to be something youre echoing out in PHP. Eitger you want to show a "Youre Logged in" display or something. or perhaps you have an old code of checking to see if they're logged in or not like: if($_SESSION['login']){ echo "Login Successful"; } ???