comment on my new layout

Discussion in 'HTML & Website Design' started by s4salman, Jul 27, 2007.

  1. #1
    Hello
    i have re design http://www.funxy.com
    Please give ur valuable comments over it.
    Thanks
     
    s4salman, Jul 27, 2007 IP
  2. syedwasi87

    syedwasi87 Active Member

    Messages:
    2,147
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    90
    #2
    site looks good..

    are those Smiley ads on the right ...google referral or CPC?
     
    syedwasi87, Jul 27, 2007 IP
  3. flippers.be

    flippers.be Peon

    Messages:
    432
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    not bad, loads a bit slow
    and I would make this a centered layout instead of left aligned
     
    flippers.be, Jul 28, 2007 IP
  4. MrOrange

    MrOrange Peon

    Messages:
    117
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Right hand border is broken in IE. Love the background colour (Orange is my fav :) )
     
    MrOrange, Jul 28, 2007 IP
  5. mr_jinsue

    mr_jinsue Banned

    Messages:
    353
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Really should, like flippers.be said, align centre; color scheme is good; perhaps a slight rollover change on the navigation buttons; a change in font would really help - Verdina (however you spell it).

    But I still like it.
     
    mr_jinsue, Jul 28, 2007 IP
  6. s4salman

    s4salman Peon

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i have just google adsense ads on the website.

     
    s4salman, Jul 29, 2007 IP
  7. Aliniuz2

    Aliniuz2 Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    Try to get another font-family for your text. The classic one is ugly. :)

    I guess if your layout will pe centered in your page, it will look nicer. Don't you?
     
    Aliniuz2, Jul 29, 2007 IP
  8. Danny EJS

    Danny EJS Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Pretty Good design i think, it just needs the odd tweak to get it up to excellent, personally, i would:

    • You should round the corners on the two outer boxes as all other boxes have rounded edges, they look out of place.
    • The buttons look good, but maybe should be centered instead of having a pointless icon to fill up the space.
    • Center all the dark blue boxes as some are closer to other boxes than some others.
    • Some of the fonts seem to be standard Times New Roman, thats old, make it simple, edgy, my personal favorite is Verdana, i mean, easy-to-read, isn't boring, looks nice & is available on pretty much every web browser as standard.
    • Center the whole thing instead of it being pushed to the left.

    Other than those, i really, really like this design, really great work :D
     
    Danny EJS, Jul 29, 2007 IP
  9. Andy92

    Andy92 Active Member

    Messages:
    718
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    70
    #9
    Nice design.

    Although i would reccomend making the design a bit more web 2.0 style.
     
    Andy92, Jul 29, 2007 IP
  10. Xabber

    Xabber Active Member

    Messages:
    437
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #10
    Looks alright. A few tips :

    Center the layout.
    Other navigation.
    Other font/font-size.
     
    Xabber, Jul 29, 2007 IP
  11. sogastic

    sogastic Peon

    Messages:
    202
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Like Xabber said center the page.

    add
    body {text-align: center; margin: 0; padding: 0; }
    to your .css file.

    Also put your menu to list using <ul> <li> tags. I heard that spiders crawl listed menus better.
     
    sogastic, Jul 29, 2007 IP
  12. s4salman

    s4salman Peon

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I have put ur recommnedation into css file.plz check and identify any error.
     
    s4salman, Jul 30, 2007 IP
  13. sogastic

    sogastic Peon

    Messages:
    202
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #13
    body { color: #ffffff; background: #FF9A00; } it still shows this for me but should be body { color: #ffffff; background: #FF9A00; text-align: center; margin: 0; padding: 0; } :)
     
    sogastic, Jul 30, 2007 IP
  14. whoamifooling

    whoamifooling Peon

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    It's great, the colour scheme is awesome.
     
    whoamifooling, Jul 30, 2007 IP
  15. webdesignerindia

    webdesignerindia Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Nice layout....it more good if you centered align and the center content is not applied the css...rest is fine....!!!



    regards,
    website designer
     
    webdesignerindia, Jul 31, 2007 IP
  16. s4salman

    s4salman Peon

    Messages:
    272
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Plz now check.i have put css that u suggested.
    :)

     
    s4salman, Aug 2, 2007 IP
  17. sogastic

    sogastic Peon

    Messages:
    202
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Mh. Copy paste this body again. made little changes.

    body { color: #ffffff; background: #FF9A00; text-align: center; margin: 0; padding: 0; border: 0; position:relative; }

    After that where your <body> tags starts and before </body> tag ends add
    <div id="name"></div>

    So it looks like this in your case

    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <div id="name">

    ..... whole page code

    </div>
    </body>

    And add to css:

    #name { text-align: left; position: relative; margin: 0 auto; padding: 0px; }

    I hope it works.
     
    sogastic, Aug 2, 2007 IP
  18. Dr Small

    Dr Small Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Looks rather good, save it has alot of images, which I do not preticulary care for.
     
    Dr Small, Aug 2, 2007 IP