How to Make Many AdSense Text Link Ads 5 Stacking or More.In the previous article we learned about how to create AdSense text / link ads , and now we will try to modify the appearance to potentially invite more clicks.
By default, AdSense text ads only total 2 rows and 2 columns, making a total of 4. We can make more lines to make it easier for visitors to see and realize.
The number of collections or lines of text / link ads that are most preferred are 5 pieces because neither too much nor too little. To set it up can not be through the AdSense dashboard, but you need to add a little CSS in the ad code.
So That Many AdSense Link / Text Ads
The main thing needed is CSS code. Add the following code ABOVE </style>or ]]></b:skin>.
.linkcode {display:block; width:100%; height:250px;}
Then take the text ad code in each AdSense account. For example the code is like this:
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-xxxxxxxxxx" data-ad-slot="xxxxx" data-ad-format="link" data-full-width-responsive="true"> </ins>
REMOVE style=”display:block“because inline CSS is actually not flexible enough to be edited in the future. Then add the class linkcode that was set in the previous CSS. The end result will be like this
<ins class="adsbygoogle linkcode" data-ad-client="ca-pub-xxxxxxxxxx" data-ad-slot="xxxxx" data-ad-format="link" data-full-width-responsive="true"> </ins>
To Be More Than 5 Stacking Pay attention to the code height:250px. Every single line of text ads has a high value of 50px. So to make it 5 just stay multiplied. 50 x 5 = 250. To make the number of rows more, just multiply and add the number 50. Until here everything is finished. Don’t make the number of rows too much because it will actually disturb the convenience of visitors. It’s only natural that they stay comfortable and comfortable reading. Please practice the way to make a lot of link ads 5 stacking above.
Okay, according to Blogger Tips from How to Make Many AdSense Text Link Ads 5 Stacking or More . Hopefully useful and respectful.
How to Make Many AdSense Text Link Ads 5 Stacking or More
- Good
Summary
How to Make Many AdSense Text Link Ads 5 Stacking or More.In the previous article we learned about how to create AdSense text / link ads , and now we will try to modify the appearance to potentially invite more clicks.