Page is Lookinh Weird - Need Help

Discussion in 'HTML & Website Design' started by ivounnerry, Apr 22, 2012.

  1. #1
    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
     
    ivounnerry, Apr 22, 2012 IP
  2. hclloveh

    hclloveh Peon

    Messages:
    299
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 :)
     
    hclloveh, Apr 22, 2012 IP
  3. StuartCRyan

    StuartCRyan Peon

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.&#8211;></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
     
    StuartCRyan, Apr 24, 2012 IP
  4. StuartCRyan

    StuartCRyan Peon

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    StuartCRyan, Apr 24, 2012 IP
  5. StuartCRyan

    StuartCRyan Peon

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    StuartCRyan, Apr 24, 2012 IP
  6. web.seowrkshop

    web.seowrkshop Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    web.seowrkshop, Apr 27, 2012 IP
  7. ivounnerry

    ivounnerry Member

    Messages:
    252
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #7
    Stuart,

    Thanks for the help.. I didn't realize I put a comment there. It's now okay. hahaha...
     
    ivounnerry, Apr 28, 2012 IP
  8. war_machine

    war_machine Active Member

    Messages:
    1,319
    Likes Received:
    7
    Best Answers:
    1
    Trophy Points:
    53
    #8
    I will post one my sites here. I am facing some problems too. DP is a great place with lots of friendly peoples.
     
    war_machine, Apr 28, 2012 IP
  9. heloraghu

    heloraghu Member

    Messages:
    133
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #9
    you can convert that into --> u can get the solvation of your error
     
    heloraghu, Apr 29, 2012 IP
  10. StuartCRyan

    StuartCRyan Peon

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    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 :D.

    Glad that you are all fixed up now.
    Stuart
     
    StuartCRyan, Apr 30, 2012 IP