CaptorOfSin
07-30-2007, 10:48 PM
Hey guys, I have a flash header in place of my logo. Everything is great in IE but in Firefox its aligned to the right and i'm having some trouble fixing it. Any help would be terrific.
My code looks like this:
<table style="border: 1px solid #666666;" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="top">
<link rel="stylesheet" href="style1.css" type="text/css" media="screen" />
<div id="header">
<h1><a href="http://www.forceunleashed.org" target="_self">Star Wars: Force Unleashed</a></h1>
<h2>unleash the force... </h2>
</div>
<!-- end id:header -->
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="body" align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="760" height="189" id="flashforums" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flashforums.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="flashforums.swf" quality="high" bgcolor="#ffffff" width="760" height="189" name="flashforums" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
<!-- /logo -->
Link is here: Forums (http://www.forceunleashed.org/forums/)
Thanks in advance!
My code looks like this:
<table style="border: 1px solid #666666;" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="top">
<link rel="stylesheet" href="style1.css" type="text/css" media="screen" />
<div id="header">
<h1><a href="http://www.forceunleashed.org" target="_self">Star Wars: Force Unleashed</a></h1>
<h2>unleash the force... </h2>
</div>
<!-- end id:header -->
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="body" align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="760" height="189" id="flashforums" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flashforums.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="flashforums.swf" quality="high" bgcolor="#ffffff" width="760" height="189" name="flashforums" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
</tr>
</table>
<!-- /logo -->
Link is here: Forums (http://www.forceunleashed.org/forums/)
Thanks in advance!