Keith Duncan
2007-11-13 11:12:01 UTC
To comply with XHTML spec a TITLE tag is required in html documents. If this
is written as <TITLE></TITLE> then there is no problem, but of a shorten tag
of <TITLE/> is used this stops the page rendering under IE7.
To reproduce create a page like this...
<HTML>
<HEAD>
<TITLE/>
</HEAD>
<BODY>
HELLO
</BODY>
</HTML>
This will run fine under firefox but display a blank page in IE7.
is written as <TITLE></TITLE> then there is no problem, but of a shorten tag
of <TITLE/> is used this stops the page rendering under IE7.
To reproduce create a page like this...
<HTML>
<HEAD>
<TITLE/>
</HEAD>
<BODY>
HELLO
</BODY>
</HTML>
This will run fine under firefox but display a blank page in IE7.