Quote:
Originally Posted by karim004
admincp , Styles & Templates , Style manager , your style , Ad Location Templates , template ad_rightcolumn_code and edit :
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="90%">
|
Thank you very much
The red/blue border is comming when I add a hyperlink to the picture in the right colunm!!
No border is showen im my banner add.
PHP Code:
Rediger tekst
<if condition="$vboptions[advert_rightcolumn_onoff]">
</td>
<td width="160" valign="top" align="center">
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="160">
<tr>
<td class="tcat"><span class="bigfont"><b>
$adtitle
</td>
</tr>
<tr>
<td class="alt1">
$rightcolumn_ad
</td>
</tr>
</table>
<br />
Where can I change this?
All the best ByB