Quote:
Originally Posted by karim004
yes you can use the flash rotation in version 2.1
it s not the slideshow who cause this remember i said i am using in this script vbulletin templates {ad location }
it s your banner who cause this problem because it s too big width=623px !!!!
to fix this : resize dark_vb.gif to 500/142px
i dont undestand your question !
if you mean the ad title {Sponsored Links }
Admincp . Style Manager , Ad Location Templates ? , ad_footer_start
find & edit :
Code:
<td class="thead" align="left">Sponsored Links</td>
if you want remove the table :
Change :
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
$footer_codeS
</td>
</tr>
</table>
With :
Code:
<div align="center">
$footer_codeS
</div><br />
Thank you Vinyljunky
|
Thanks bro. It worked like a charm!