Hi, Could you please take a look at my site's page. I don't know what's wrong. It was okay before and now it looks weird. The widgets which are supposed to be on the sidebar are out of order as you'll see. I already tried to modify it and yet I can't find a solution for it. Thanks in advance for the help. ivounnerry
I think you should check your tab div. It seems one of your contents has one more close div tag which make your website lost
I would check out the below lines, it looks like you have commented out but it appears you have commented out too much (including the sidebar-div) which would be causing the problem. I would un comment out the lines and then make sure you only get rid of what you originally intended: <!--<b>If you are interested to Hire Me, please feel free to contact me. Kindly check my Profile page for my contact information. Thank you.–></p> </div> </div> </div> <div id="sidebar"> <!--<div class="box box-rss"> <h3><a href="">Subscribe RSS</a></h3> </div>--> <!--<a href="https://twitter.com/ivounnerry" class="twitter-follow-button" data-show-count="false">Follow @ivounnerry</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>--> Code (markup): Give that a go and let us know how you go, hope it helps. Also not sure if it was related (could possibly be) but it appears you are missing one or more closing </div> tags in your code, which will also cause issues. Hope that helps, let us know how you go. Stuart
Looking over the code again... I would be guessing on that first line I posted "if you are interested to Hire Me..." you have just missed putting "-->" at the end of the line to close the comment... I could be wrong but that seems like the most logical possibility to me. Hope that helps. Stuart
OK LOL I was bored so had one final look... found the issue when you commented out the first line, if you have a look at the source code you will see the --> has been changed into & #8211;> Code (markup): If you change that to be --> you will be sorted. I am going to shut up now hahahaa Stu
it happens because some times main inner contnt div is not closed and the heder part div not closed. you need o check all tags once as they are closed or not. this is just messed up because of not closing some divs tags
I will post one my sites here. I am facing some problems too. DP is a great place with lots of friendly peoples.
No sweat at all glad I was able to help out haha and pardon the 5 posts to get there haha was looking at it through my lunch break so was kinda scattered . Glad that you are all fixed up now. Stuart