So, I want to share this experience to friends who do not know how to make the ad space in the blog.
Step by step how to create it:
1. Copy the code below and plug in the head.
.banner{
margin: 0px 0 0 0;
padding: 0px 0 0 0px;
width:600px;
background:#400058;
float:right;
}
.banner ul {
margin: 0px 0px;
padding: 0px 30px 0px 10px;
overflow: auto;
}
.banner li{
height:125px;
width:125px;
margin: 0px;
padding:5px 5px;
list-style:none;
display : block;
display:inline;
float:right;
background:#393f42;
border:.5px solid #ffffcc;
}
.banner li a:link, .banner li a:visited {
text-decoration: none;
}
2. Copy the code below and plug in the body
<!-- Banner -->
<div class='banner'>
<ul>
<li><a href='YOUR-TARGETED-LINK' rel='bookmark' title='YOUR-ADS-TITLE'><img src='YOUR-IMAGE-LINK' alt='#'/></a>
</li>
<li><a href='YOUR-TARGETED-LINK' rel='bookmark' title='YOUR-ADS-TITLE'><img src='YOUR-IMAGE-LINK' alt='#'/></a></li>
</ul>
</div>
<!-- /Banner -->
Size width (Red) you can change according to the size of the space will be added to the ad.
There may be ways to make the development of ad space, please for your knowledge with us .... thanks
Hopefully useful.
1 comments:
hai hai....
Post a Comment