عرض مشاركة واحدة
قديم 08-24-2012, 09:35 AM   #26
admin
مدير عام
 
الصورة الرمزية admin
 
تاريخ التسجيل: Apr 2012
الدولة: جده
المشاركات: 2,846
افتراضي رد: طلب عاجل | قالب Travel

لإخفاء عنوان الصفحة، ابحث في تحرير HTML عن :
كود PHP:
h3.post-title 
أضف في بدايته أي مباشرة بعد الرمز { الكود التالي :
كود PHP:
display:none
________________

وبالنسبة لإضافة الوصف إلى الصور :
نأخذ مثال كود Get Started كان على هذا الشكل :
كود:
<div dir="rtl" style="text-align: right;" trbidi="on">


<style>
a.button {
    background: url("https://lh6.googleusercontent.com/-yXHGeIFFR1g/T373l3EshyI/AAAAAAAAA14/nfjsPpat25g/s800/Get%2520Started.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 115px;
    width: 265px;
}
a.button:hover {
    background-position: 0 -112px;
}
a.button:active {
    background-position: 0 -222px;
}
</style>
<a class="fastrupee button" href="http://www.bloggerexp.com" target="_blank"></a></div>
نضيف إلى كود الرابط الرمز التالي :
title="الوصف"

ليصبح الكود كالتالي :
كود:
<div dir="rtl" style="text-align: right;" trbidi="on">


<style>
a.button {
    background: url("https://lh6.googleusercontent.com/-yXHGeIFFR1g/T373l3EshyI/AAAAAAAAA14/nfjsPpat25g/s800/Get%2520Started.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 115px;
    width: 265px;
}
a.button:hover {
    background-position: 0 -112px;
}
a.button:active {
    background-position: 0 -222px;
}
</style>
<a class="fastrupee button" href="http://www.bloggerexp.com" target="_blank" title="الوصف"></a></div>

الدعم العربي

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