Quote:
Originally Posted by edermix
Actually, I made it using the template SHOWTHREAD.
But I do have a problem of spacing between the ad1 and AD2. Look at my code:
PHP Code:
<!-- / ADSENSE -->
<br />
<div style="padding: $stylevar[cellpadding]px0px 0px 0px" class="tborder">
<table class="thead" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="$stylevar[left]">$vbphrase[gapi_sponsor]</td>
</tr>
<tr class="alt1">
<td> ad 1</td>
<td> ad 2</td>
<td> ad 3</td>
<td> ad 4</td>
<td> ad 5</td>
</tr>
</table>
</div>
<!-- / ADSENSE -->
And look at the picture:
Attachment 89013
And between each TD would leave a line dividing each Adsense. How can I fix this?
|
<table>
<tr>
<td width="20%" style="border:0px;" align="center"> ad 1 </td>
<td width="20%" style="border:0px;" align="center"> ad 1 </td>
<td width="20%" style="border:0px;" align="center"> ad 1 </td>
<td width="20%" style="border:0px;" align="center"> ad 1 </td>
<td width="20%" style="border:0px;" align="center"> ad 1 </td>
</tr>
</table>
Remember you can only display 3 contextual adsense units per page.