1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Ie fix please

Discussion in 'HTML & Website Design' started by Jelf, Dec 21, 2006.

  1. #1
    OK so i got arcade at www.iodol.com the text at top looks fine in firefox but is all screwed up in ie. anyone know the problem?

    thanks

    jelf
     
    Jelf, Dec 21, 2006 IP
  2. DatR

    DatR Peon

    Messages:
    210
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    change this code

    
    <div class='contenttext'><table class='gltable' cellpadding='0' cellspacing='0'><tr>
       Here you can find tons of great online flash games to play, all selected for their quality. Remember to check back often because we are always adding new games.
    </tr></table>
    
    Code (markup):
    to this

    
    <div class='contenttext'><table class='gltable' cellpadding='0' cellspacing='0' width="100%"><tr>
       Here you can find tons of great online flash games to play, all selected for their quality. Remember to check back often because we are always adding new games.
    </tr></table>
    
    Code (markup):
    adding the width="100%" makes IE span the table to the whole width of the div
     
    DatR, Dec 21, 2006 IP
    Jelf likes this.
  3. Jelf

    Jelf Banned

    Messages:
    1,344
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks rep for sure for the help!
     
    Jelf, Dec 21, 2006 IP