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
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