Frag Infinity Tournament, Inc. - FITES LAN Party - www.fites.net

LAN Party Forums => Support Group => Started by: Pride on January 04, 2006, 12:31:36 PM

Title: Need some HTML assistance
Post by: Pride on January 04, 2006, 12:31:36 PM
Ok, so I just spent the last 2 days reworking the whole fites theme.... only to find out that IE screws up the translation of the coding.

So, in Firefox, it works fine, in IE... not so much.

Can anyone take this zip file (contains an html file) (http://pride.fites.net/header.zip) and try to figure out what I did wrong that doesnt allow it to be shown properly in IE?

Thanks!
Title: Need some HTML assistance
Post by: _!Rathe!_ on January 05, 2006, 03:46:29 PM
just looking at it real quick you are missing some </td> tags
4th line below <!--Bottom Row--> and every second <td> tag after that.
I know when coding I have found IE screws up sometimes when the tags are omitted.  Let me know if this helps.
Title: Need some HTML assistance
Post by: Pride on January 05, 2006, 04:38:15 PM
Thanks for the reply!

I actually found a solution, my apologies for not updating this thread.

Turns out IE doenst undrstand the style command border-top="hidden" like FireFox does... so i had to replace hidden with 0px.

thanks!