View Single Post
Unread 10-04-2007, 07:01 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #4  
Default

Probably an extra tag, or missing closing tag somewhere. It once took me 30 minutes to figure out why IE wasn't displaying a page that Firefox would. Turns out that instead of a closing <title> tag, I had two opening ones.

I.e.

Code:
<title>This is my title<title>
Appearently, IE doesn't like that
Reply With Quote