70470 Posts in 6879 Topics - by 687 Members - Latest Member: Laricwashere

Author Topic: Need some HTML assistance  (Read 877 times)

Offline Pride

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4714
  • Karma: 0
Need some HTML assistance
« 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) and try to figure out what I did wrong that doesnt allow it to be shown properly in IE?

Thanks!
Insert witty signature here...

Offline _!Rathe!_

  • Master Sergeant Shooter Sergeant Person
  • Godlike Gamer
  • *
  • Posts: 2296
  • Karma: 0
  • XFire: rathewin2k
Need some HTML assistance
« Reply #1 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.
Never, but never question the engineers judgement.

Offline Pride

  • Administrator
  • Godlike Gamer
  • *
  • Posts: 4714
  • Karma: 0
Need some HTML assistance
« Reply #2 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!
Insert witty signature here...