شرح إضافه العنوان فوق الموضوع مثال

الطريقة ::

الطريقة ::
في قالب showthread
ابحث عن $poll
اضف بعدها
كود:
[FONT=Times New Roman][SIZE=4][COLOR=#000000][COLOR=#007700]<[/COLOR][COLOR=#0000bb]center[/COLOR][COLOR=#007700]><[/COLOR][COLOR=#0000bb]font size[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#dd0000]"5" [/COLOR][COLOR=#0000bb]color[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#dd0000]"red"[/COLOR][COLOR=#007700]>[/COLOR][COLOR=#0000bb]$thread[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000bb]title[/COLOR][COLOR=#007700]]</[/COLOR][COLOR=#0000bb]font[/COLOR][COLOR=#007700]></[/COLOR][COLOR=#0000bb]center[/COLOR][COLOR=#007700]> [/COLOR][/COLOR][/SIZE][/FONT]
غير كلمة red الى اي لون تريدة
غير رقم 5 الى اي رقم تريدة
واضف الكود التالي في css للاستايل
غير رقم 5 الى اي رقم تريدة
واضف الكود التالي في css للاستايل
تعاريف CSS الإضافية/Additional CSS Definitions
كود PHP:
/* ***** H1 و H2 تاجات ***** */
#tags {
text-align: center;
font-family: Tahoma;
}
#tags h1 {
font-size: 21px;
color: #144D6E;
font-weight: bold;
}
#tags h2 {
font-size: 17px;
color: #CC0033;
font-weight: bold;
}
تعليق