Quote:
Originally Posted by Smiry Kin's
Nice it works for you.
so how do i remove that crappy flash bit that doesnt work for me.
|
goto your styles manager and look for the template called
vbcheats_home you will see this code
PHP Code:
<table cellpadding="0" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td align="left" style="text-align: left;">
<br />
<table width="100%" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="left">
<tr>
<td class="tcat">VBcheats Main</td>
</tr>
<tr>
<td class="alt1" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="556" height="307.9">
<param name="movie" value="images/vbcheats/vbcheatsintro.swf">
<param name="quality" value="high">
<embed src="images/vbcheats/vbcheatsintro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="556" height="307.9"></embed>
</object>
</td>
</tr>
</table>
</td>
</tr>
</table>
Find this
PHP Code:
<tr>
<td class="alt1" align="center"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="556" height="307.9">
<param name="movie" value="images/vbcheats/vbcheatsintro.swf">
<param name="quality" value="high">
<embed src="images/vbcheats/vbcheatsintro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="556" height="307.9"></embed>
</object>
</td>
</tr>
replace it like this
PHP Code:
<tr>
<td class="alt1" align="center">
What ever you want to put here
</td>
</tr>
This will take out the flash movie from your main page.