عرض مشاركة واحدة
قديم 01-19-2014, 09:02 PM   #5
mohammedhaj
مدون جديد
 
الصورة الرمزية mohammedhaj
 
تاريخ التسجيل: Jan 2013
المشاركات: 32
افتراضي رد: مطلوب كود اعلاني راسي على يمين المدونة

اقتباس:
المشاركة الأصلية كتبت بواسطة support مشاهدة المشاركة
السلام عليكم

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

الدعم العربي

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