Html help please !!

Discussion in 'HTML & Website Design' started by Rennedynow, Aug 14, 2009.

  1. #1
    Hello,

    My client site is soo messed up right now. Please help, I will reward you some way.


    Right now on firefox the body below the header is aligning to the left
    http://tinyurl.com/q56h49

    However on Internet Explorer it is aligning to the right. Which looks extremely messed up.

    Thank you!

    -Ren
     
    Rennedynow, Aug 14, 2009 IP
  2. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #2
    open your style.css find
    
    #content{
    	background:#ffffff;
    	width: 983px;
    	text-align: center;
    }
    
    Code (markup):
    replace with

    
    #content{
    	background:#ffffff;
    	width: 983px;
            margin:0 auto;
    	text-align: center;
    }
    
    Code (markup):
     
    Spawny, Aug 14, 2009 IP
  3. Rennedynow

    Rennedynow Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I`m gonna try it now, i`ll let u know if it works :D Thank you sooo much
     
    Rennedynow, Aug 14, 2009 IP
  4. Rennedynow

    Rennedynow Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    haha it worked! Now everything is centered. Is there a way to align it to the left of the page?
     
    Rennedynow, Aug 14, 2009 IP
  5. Spawny

    Spawny Well-Known Member

    Messages:
    252
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #5
    why align it to the left ? it wont look good on a wide screen
     
    Spawny, Aug 14, 2009 IP
  6. Rennedynow

    Rennedynow Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    hmm true say, thanks a lot, how can i repay you for your help?
     
    Rennedynow, Aug 14, 2009 IP