going by default fiblack logo size if you want to make it look one piece having YourLogo.swf instead of logo.gif it would be something like this.
|
Code:
|
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="110" background="themes/fiblack/images/cellpic_bkg.jpg"><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=350 HEIGHT=110>
<PARAM NAME=movie VALUE="themes/fiblack/images/YourLogo.swf"> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=best> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="themes/fiblack/images/YourLogo.swf" menu=false quality=best bgcolor=#000000 WIDTH=350 HEIGHT=110 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT></td>
<td width="40%" height="110" background="themes/fiblack/images/cellpic_bkg.jpg">$showbanners &</td> |
Make sure your logo.swf is the same size as logo.gif also if you name your swf something else than YourLogo.swf you would need to change param name movie where default is YourLogo.swf to whatever you named it.