Works fine on IE for MacOS. The variation of styles in the <img> tag might be causing IE some confusion, even though it is usually the most tollerant of this sort of thing:

<img SRC="tr20_profile.jpg" height=432 width=874>
should be:
<img src="tr20_profile.jpg" height="432" width="874">

The NOSAVE tags you've used in some places might be causing problems too.

The background path needs revising too:
background="file:////Cartman/cartman/jump.net/images/bk.jpg"