Hi Guys, today I am here with a tutorial on how to create Css Adbanner, [125x125,728x90,480x60,250x250] for blogger. This concept of Css ad banners where introduced by Buysellads. Buysellads is leading advertising companies and hence they are very popular. Their ad banners are so special and looks elegant when it is hovered with mouse. I have tried very much to reproduce Buysellads like ad banner and finally created one with a little color modification. This ad banner is CSS styled and look awesome. I have got all most all dimensions of this Adbanner. Every one must try this in you blog.
Important !! Back Up your Template before Making any changes in Template.
Important !! Back Up your Template before Making any changes in Template.
Buysellads Like Ad banner-"How to" Tutorial
- Login to Blogger Dashboard.
- Go to “ Theme” –> “ Edit HTML “.
- Search for this code. Using Ctrl + F
]]></b:skin>Now Paste the Following Code Above the searched Code.
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
.adsx li{padding:0;width:50%;float:left;margin-bottom:5px}
.kntk{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.biru{border:1px solid #60ADE9;background:#C2E0F1}
.biru:hover{background:#ABE1FF}
- The Css Part is now complete .
- Now lets Got to Blogger layout.
- Click on Add a Gadget.
- Choose Html / JavaScript.
- Paste the Following Codes According to your Need.
728x90 Adbanner Code
<div class="kntk biru" style="width:728px;height:90px;text-align:center;line-height:90px;margin:0 auto;">Advertise Here</div>
480x60 Adbanner Code
<div class="kntk biru" style="width:468px;height:60px;line-height:60px;text-align:center;font-size:12px;">Advertise Here</div>
250x250 Adbanner Code
<div class="kntk biru" style="width:260px;height:200px;text-align:center;line-height:200px;margin:0 auto;">Advertise Here</div>
125x125 Adbanner Code
<ul class="adsx">Thats it come back for more. If you like this then please subscribe to Our feeds and Like us on Facebook for Future Updates. Thank you.
<li><div class="kntk ads125 biru">Advertise Here</div></li>
<li><div class="kntk ads125 biru">Advertise Here</div></li>
<li><div class="kntk ads125 biru">Advertise Here</div></li>
<li><div class="kntk ads125 biru">Advertise Here</div></li>
</ul>
</div>
</div>
Post a Comment