Do i need to change resolution pixels?

Discussion in 'HTML & Website Design' started by Jalpari, Feb 16, 2009.

  1. #1
    As trend has been changed so do i need to change existing theme resolution in 1024*768. currently, its Best view for 800*600 :D

    site: hungamaonline(dot)net
     
    Jalpari, Feb 16, 2009 IP
  2. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #2
    I think is better to keep this width.But more important is to fix your top menu problem.
    [​IMG]
    Screenshot from Firefox 3.0.6
     
    ExtremeData, Feb 16, 2009 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    But i read more peoples are using 1024*768 px now a days.
     
    Jalpari, Feb 16, 2009 IP
  4. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #4
    800 width is still fine, as long as you have a decent bg image (which you do). I personally prefer narrow sites anyway.

    You should read ExtremeData's post again.
    Your sidebar content seems to be breaking out of their divs too, and you've got 134 validation warnings, some of which actually need to be fixed (e.g unclosed meta tags). You've got bigger fish to fry before you start worrying about the width of your site :)
     
    Kerosene, Feb 16, 2009 IP
  5. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #5


    Yeah that's right.But try to fix the errors and after you can change the width too.
    As you see in the above screenshot the menu is not where it must be.
    Check here
     
    ExtremeData, Feb 16, 2009 IP
  6. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #6
    47 Errors, 14 warnings but i can not understand those errors. I know basic html what to do? :confused:
     
    Jalpari, Feb 16, 2009 IP
  7. ExtremeData

    ExtremeData Well-Known Member

    Messages:
    450
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    125
    #7
    First you need a doctype : http://htmlhelp.com/tools/validator/doctype.html
    After that you should correct the google webmaster meta tag:
    <meta name="verify-v1" content="LBc8aMoEQTzSPkkES4Uzsyb17hgMoO87RUaF8ApCz/g=" /
    
    Code (markup):
    The correct one(if you will use a XHTML doctype) :
    <meta name="verify-v1" content="...GoogleCodeHere..." />
    
    Code (markup):
    Or this if you will use a HTML doctype (I think that's for you because your code seems to be HTML not XHTML) :
    <meta name="verify-v1" content="...GoogleCodeHere...">
    Code (markup):
    After try to validate again and try to correct each error.
     
    ExtremeData, Feb 16, 2009 IP