كود CSS لوضع صوره تظهر قبل التوقيع
لايعمل على النسخه 2
لوحة التحكم
مظهر المنتدى
الالوان
ورقة CSS
/*
Signature
-------------------------------------------------*/
.signature {
background: url( ضع الصوره هنا) no-repeat;
background-position: top center;
padding: 35px 0px 0px 0px;
font-size: 1.1em;
border-top: 1px solid #cecece;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
height: 100%;
margin-top: 1.5em;
}