View Full Version : Adsense
edermix
11-04-2008, 01:01 PM
How do this adsense, in this format? note that is divided into tables (tables).
Look:
88974
punchbowl
11-04-2008, 01:11 PM
Doesn't look like adsense to me
edermix
11-04-2008, 02:27 PM
Doesn't look like adsense to me
Adsense This is a Mercado Livre (http://guia.mercadolivre.com.br/ganhando-dinheiro-google-adsense-30163-VGP).
It is like a Google Adsense.
See a working Forum:
http://forum.clubedohardware.com.br/placa-mae-gigabyte/585544
SEOvB
11-04-2008, 02:34 PM
You just make a table with more columns?
<table>
<tr>
<td> ad 1</td>
<td> ad 2</td>
<td> ad 3/td>
<td> ad 4</td>
<td> ad 5</td>
</tr>
</table>
If your using 3.7 you can use the adlocation_afterfirst post template
edermix
11-04-2008, 03:27 PM
Great man.. I will test
--------------- Added 1225897367 at 1225897367 ---------------
How can I put this at the end of the last post?
What I have to change template?
PS.: I'm using the mod https://vborg.vbsupport.ru/showthread.php?t=194817&highlight=adsense
Thank's
SEOvB
11-05-2008, 02:06 PM
Try the adlocation before quick reply
edermix
11-05-2008, 03:30 PM
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:
<!-- / 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:
89013
And between each TD would leave a line dividing each Adsense. How can I fix this?
TundraSoul
11-05-2008, 03:43 PM
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:
<!-- / 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:
89013
And between each TD would leave a line dividing each Adsense. How can I fix this?
In another words you don't want the cell dividers (lines) that come with the td cells to separate each ad. Why not just put all the adds in one wide td cell?
For instance:
<td align="center"> ad 1 ad 2 ad 3 ad 4 ad 5 </td>
Perhaps that will look better. :cool:
SEOvB
11-05-2008, 03:51 PM
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:
<!-- / 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:
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.
edermix
11-05-2008, 05:29 PM
In another words you don't want the cell dividers (lines) that come with the td cells to separate each ad. Why not just put all the adds in one wide td cell?
For instance:
<td align="center"> ad 1 ad 2 ad 3 ad 4 ad 5 </td>
Perhaps that will look better. :cool:
No, because for my plans at each table will be easier to centralization. Thank's.
<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.
Excellent, excellent, excellent! Very good, Thank you again for all the help and attention!
Brandon Sheley
11-05-2008, 10:32 PM
You might want to check some other affiliate programs, most will have that whole block setup for you already ;)
just copy and past the code
cheers
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.