Ok I have two small problems and I want to share with you, may there is someone who knows a solution. Ok my first problem is with logo.. I don't know for other type of skins, but for mine, logo it's mess. Firstly It's loaded images from a css file called "additional.css" after it's loaded a bunch of useful images from the server, The logo.png is loaded outside of css file and directly from the server. Now I remove the logo.png (the default) and I have replace with my own, also I have edit the "additional.css" file and set as::
Code:
.doc_header {
background:url({vb:stylevar imgdir_themedir}/headerBG-{vb:stylevar right}.jpg)
{vb:stylevar right};
height:118px;
background-repeat: repeat;
}
Now the headerBG- is display let say as follow::
Code:
/// /// /// /// /// ......e.g
where "///" is the picture and repeated.. Now with someway I want to fill out the spaces between all repetitions of headerBG- , with other words I want headerBG- displayed as::
Code:
///(///)///(///)///(///)///(///)/// ..... e.g
where "(///)" is the picture that fill out the empty spaces between the repeated headerBG-
To be more clear I am trying to upload headerBG- two times. One will be on the right and the other one will be on center. so with the correct align will be showed and display side to side.
My second problem is with picture profile and rank button. I just want to moved "rank" button under the picture profile (not under the avatar I have already done that)
Thank you in advance!!!!