Bir deneyin hocam.

Bu kodu header.php de
head kodundan sonra ekleyiniz.
<style>
#sabitsolreklam
{
width:120px;
height:auto;
text-align:center;
color:#999;
border:0px dashed #f9f9f9;
position:fixed;
left:0px;
top:80px;
float:left;
}
</style>
<style>
#sabitsagreklam
{
width:120px;
height:auto;
text-align:center;
color:#999;
border:0px dashed #f9f9f9;
position:fixed;
right:0px;
top:80px;
float:right;
}
</style>Bu koduda header.php de
body tagından sonra ekleyiniz.
<div id="sabitsolreklam">
<div id="sabitreklam">
<a href='ReklamVerenSiteURL'><img src='http://www.yenicizgihaber.com/reklam/cbingolson.gif' /></a>
<br />
<br />
<a href='ReklamVerenSiteURL'><img src='http://www.yenicizgihaber.com/reklam/cbingolson.gif' /></a>
</div>
</div>
<div id="sabitsagreklam">
<div id="sabitreklam">
<a href='ReklamVerenSiteURL'><img src='http://www.yenicizgihaber.com/reklam/cbingolson.gif' /></a>
<br />
<br />
<a href='ReklamVerenSiteURL'><img src='http://www.yenicizgihaber.com/reklam/cbingolson.gif' /></a>
</div>
</div>