أخواني زوار ومتابعي المدونة
أهلاً بكم معنا
اليوم سوف نتعرف على إضافة في غاية الجمال والروعة
صورة الإضافة
- طريقة تركيب الإضافة :
- ادخل إلى مدونتك | ثم أختر تخطيط | ثم إضافة أداة HTML/Javascript
- أنسخ الكود التالي واللصقه في صندوق الأداة :
الكود
<style>
#MD-ads img {
margin: 0px 8px 4px 0px;
padding: 3px;
text-align: center;
border: 3px solid #c0c0c0;
-webkit-border-radius:70px;
-moz-border-radius:70px;
-o-border-radius:70px;
border-radius:70px;
-webkit-transition: all 0.45s ease-out;
-moz-transition: all 0.45s ease-out;
-o-transition: all 0.45s ease-out;
transition: all 0.45s ease-out;
}
#MD-ads img:hover {
margin: 0px 8px 4px 0px;
padding: 3px;
text-align: center;
border: 3px solid #c33f00;
-webkit-border-radius:0px;
-moz-border-radius:0px;
-o-border-radius:0px;
border-radius:0px;
}
</style>
<div id="MD-ads" align="left">
<table border="0" cellpadding="2" cellspacing="6" width="265" bgcolor="#fff"><tbody>
<tr>
<td>
<center>
<a href="رابط المعلن" rel="nofollow">
<img border="0" alt="وصف الإعلان" width="125" src="رابط الصورة" height="125"/></a>
</center>
</td>
<td>
<center>
<a href="رابط المعلن" rel="nofollow">
<img border="0" alt="وصف الإعلان" width="125" src="رابط الصورة" height="125"/></a>
</center>
</td>
</tr>
<tr>
<td>
<center>
<a href="رابط المعلن" rel="nofollow">
<img border="0" alt="وصف الإعلان" width="125" src="رابط الصورة" height="125"/></a>
</center>
</td>
<td>
<center>
<a href="رابط المعلن" rel="nofollow">
<img border="0" alt="وصف الإعلان" width="125" src="رابط الصورة" height="125"/></a>
</center>
</td>
</tr>
</tbody>
</table>
</div>
- عدل ماهو باللون الأحمر .
0 Comments:
إرسال تعليق