Hello,
I notice that there are left and right ads pictures in the template I bought.
Andt theres is code likethis in my css. Bu how do I activate it or use it? Is there a KB article?
#right-ad {
background:transparent url(images/right-ad.jpg) top no-repeat;
width:460px; height:132px;
padding-bottom:20px;
float:right;
margin-top:20px;
}
#right-ad a {
position:absolute;
width:460px; height:132px;
}
#right-ad a span{
display:none;
}
I notice that there are left and right ads pictures in the template I bought.
Andt theres is code likethis in my css. Bu how do I activate it or use it? Is there a KB article?
#right-ad {
background:transparent url(images/right-ad.jpg) top no-repeat;
width:460px; height:132px;
padding-bottom:20px;
float:right;
margin-top:20px;
}
#right-ad a {
position:absolute;
width:460px; height:132px;
}
#right-ad a span{
display:none;
}
Comment