IE issues; fine in Firefox

Discussion in 'HTML & Website Design' started by leroyboseevus, May 2, 2008.

  1. #1
    hi guys!

    Please take a look at my website in Internet Explorer, it isn't aligning and I'm pulling my hair out over why this is... It looks fine in Firefox

    Link:

    http://tinyurl.com/6qou8z

    If something could give PM me some feedback on this I'd appreciate it... I'm really starting to lose it :eek:

    PS: Please don't link to the site directly, I don't want this thread indexed by the search engines. Thank you so much.
     
    leroyboseevus, May 2, 2008 IP
  2. d0ggy

    d0ggy Peon

    Messages:
    32
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i would take the tables out altogether and switch it to CSS.
     
    d0ggy, May 2, 2008 IP
  3. leroyboseevus

    leroyboseevus Peon

    Messages:
    92
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't know how to make tables in CSS... Sorry!
     
    leroyboseevus, May 3, 2008 IP
  4. hajagha

    hajagha Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    d0ggy's mean that instead of table you must create your site with CSS.
    Learn it Leroy. its much much better table
     
    hajagha, May 3, 2008 IP
  5. Sir Rusty

    Sir Rusty Guest

    Best Answers:
    0
    #5
    Convert the coding to CSS and see if it works now.
     
    Sir Rusty, May 3, 2008 IP
  6. Lipgut

    Lipgut Member

    Messages:
    328
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    35
    #6
    Ya I have to say go with css if its crappin out on you like that...
     
    Lipgut, May 3, 2008 IP
  7. d0ggy

    d0ggy Peon

    Messages:
    32
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    d0ggy, May 6, 2008 IP
  8. ferman

    ferman Well-Known Member

    Messages:
    968
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    140
    #8
    before making pages in css you must always collapse the extra space of some tags, you must always enter this code at the starting of each css page i.e

    h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
    p, ul, ol, li, hr{ margin:0px; padding:0px;}

    if you do this 90% of your problems will be solved regarding browser compatibility
     
    ferman, May 7, 2008 IP