RavenJene
Member
Posted 4 months ago #
My website is http://sofearless.com/. The site looks fine on the index page. And me clicking a random page to check everything, I clicked on my Site info page, which looks FINE. My 101 in 1001 page looks fine as well! You can get to it from my Happy New Year post and if I'm not mistaken all individual posts look fine. All other pages, the whole website is BROKEN. I seriously want to cry...Idk how to fix this. Please help.
You can see an example at my about me page as well as my exit page, and contact form page. HEEEEEELP.
Can you be specific on what is wrong the pages look ok to me - maybe missing a sidebar? Only checked IE10.
RavenJene
Member
Posted 4 months ago #
Can you be specific on what is wrong the pages look ok to me - maybe missing a sidebar? Only checked IE10.
Like the sidebar is running all on the bottom of the page on the pages that I specified. I use Firefox, Chrome, Safari & Opera to check. It can't be my single.php bc one of the pages actually work. I just don't know :/
Have you validated your site for mark-up errors -- those can cause that kind of problem - particularly unclosed or extra div or other tags.
Sorry, I didn't scroll down. WPyogi is correct. You are missing a </div> at
</div></div>
<div class="navigation">
<div class="alignleft"></div>
<div class="alignright"></div>
</div>
</div> You need to close another open div here
Line 93 <div id="sidebar">
RavenJene
Member
Posted 4 months ago #
Sorry, I didn't scroll down. WPyogi is correct. You are missing a </div> at
</div></div>
<div class="navigation">
<div class="alignleft"></div>
<div class="alignright"></div>
</div>
</div> You need to close another open div here
Line 93 <div id="sidebar">
Thank you so much! I love you <3
RavenJene
Member
Posted 4 months ago #
So wait, do I close the side bar or where you specified?