حازم العراقي
06-06-2011, 08:40 PM
طريقة سريعة لازالة الخطوط اسفل الكلام في المنتدى
مثال :
قبل
http://upload.traidnt.net/upfiles/nqd26343.gif
بعد
http://upload.traidnt.net/upfiles/4eT26389.gif
الطريقة على السريع
روح خيارات الستايلات من لوحة التحكم
خيارات css رئيسي
ورح لاخر الصفحة تجد ( Additional CSS Definitions) في المربع الفارغ ضع هذا الكود
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
مثال :
قبل
http://upload.traidnt.net/upfiles/nqd26343.gif
بعد
http://upload.traidnt.net/upfiles/4eT26389.gif
الطريقة على السريع
روح خيارات الستايلات من لوحة التحكم
خيارات css رئيسي
ورح لاخر الصفحة تجد ( Additional CSS Definitions) في المربع الفارغ ضع هذا الكود
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}