Need CSS Help FAST!

Discussion in 'CSS' started by chriswick, Apr 12, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hello all,

    I'm in need of someone to quickly help to put right my website right.

    If you take a look at my pages they all have double line spacing and I don't want this and also i would like the website in the centre, If someone can do this for me you can have a free ad on my website.

    Here is the CSS file.

    http://www.embedproxy.com/css/style.css

    Website

    http://www.embedproxy.com

    Thanks alot, Chris



    Thanks, Chris
     
    chriswick, Apr 12, 2007 IP
  2. Bagi Zoltán

    Bagi Zoltán Well-Known Member

    Messages:
    364
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    I'm sorry to tell you but I can't see the mentioned problems using firefox :(
     
    Bagi Zoltán, Apr 12, 2007 IP
  3. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Centering doesn't work in IE, but works just fine elsewhere, so just add text-align: center; to body and text-align: left; to #wrapper or #content.

    As for the line height, just add something like #content p { line-height: 14px; } or whatever you like.
     
    crazybjörn, Apr 12, 2007 IP
  4. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #4
    Without a complete and proper DTD, IE is in quirks mode where it does not grok {margin: auto;} among many other things.

    "xmlns" is not a part of html.

    There is no such element as "align".

    cheers,

    gary
     
    kk5st, Apr 12, 2007 IP
Thread Status:
Not open for further replies.