01-19-2014, 09:02 PM
|
#5
|
مدون جديد
تاريخ التسجيل: 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>
|
جاري التجريب ..شكرا
__________________
|
|
|