Code:
{* $Id: head.tpl,v 1.40.2.3 2004/11/19 06:40:15 max Exp $ *}
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
<TR>
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>xlogo</TITLE>
</HEAD>
<TD>
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="1000" HEIGHT="148" id="xlogo" ALIGN="">
<PARAM NAME="movie" VALUE="{$ImagesDir}/xlogo.swf">
<PARAM NAME="quality" VALUE="high">
<EMBED src="{$ImagesDir}/xlogo.swf" quality=high WIDTH="1000" HEIGHT="184" NAME="xlogo" ALIGN="left"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</TD>
Is this everything? First thing that I noticed was that
Code:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>xlogo</TITLE>
</HEAD>
is randomly out of place and shouldn't even be there at all.
The second thing you might want to check assuming this is everything is that you have unclosed <TR> and <Table> tags.
JB