عرض مشاركة واحدة
قديم 01-19-2014, 12:12 PM   #4
support
خبير بلوجر
 
تاريخ التسجيل: Oct 2013
المشاركات: 1,738
افتراضي رد: مطلوب كود اعلاني راسي على يمين المدونة

السلام عليكم

اتفضل اخي هذا كود اعلاني ممكن تضعه في اي مكان كمثال فوق " </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

الدعم العربي

support غير متواجد حالياً   رد مع اقتباس