السلام عليكم
اتفضل اخي هذا كود اعلاني ممكن تضعه في اي مكان كمثال فوق " </body> "
اعلان في الجانبين :
كود PHP:
<center>
<div style="position: fixed; top:0; margin-right:-675px; /*background: url(templates/mt/images/vert_ads.png) no-repeat;*/ width:160px; height:100%; right:50%; ">
الاعلان الاول هنا
</div>
<div style="position: fixed; top:0; margin-left:-675px; /*background:url(templates/mt/images/vert_ads.png) no-repeat;*/ width:160px; height:100%; left:50%; ">
الاعلان الثاني هنا
</div>
</center>
اعلان واحد يمين :
كود PHP:
<center>
<div style="position: fixed; top:0; margin-right:-675px; /*background: url(templates/mt/images/vert_ads.png) no-repeat;*/ width:160px; height:100%; right:50%; ">
الاعلان هنا
</div>
</center>
اعلان واحد شمال :
كود PHP:
<center>
<div style="position: fixed; top:0; margin-left:-675px; /*background:url(templates/mt/images/vert_ads.png) no-repeat;*/ width:160px; height:100%; left:50%; ">
الاعلان هنا
</div>
</center>