08-24-2012, 09:35 AM
|
#8
|
مدير عام
تاريخ التسجيل: Apr 2012
الدولة: جده
المشاركات: 2,846
|
رد: طلب عاجل | قالب Travel
لإخفاء عنوان الصفحة، ابحث في تحرير HTML عن :
أضف في بدايته أي مباشرة بعد الرمز { الكود التالي :
________________
وبالنسبة لإضافة الوصف إلى الصور :
نأخذ مثال كود 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>
__________________
|
|
|