The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Rank Name Customization not work

Go down

Rank Name Customization  not work Empty Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 1:53 am

Rank Name Customization

Code:
<img src="http://i56.tinypic.com/1672wi1.gif" /><font color="#ff0040"><b>Administrator
</b></font>
it's my html for my rank, but i don't know why it's not work. it's sill normal and nothing change, help Sad(
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 2:17 am

Hey it looks like its too long (:
but you can do this trick:
add this code instead of the code above:
Code:
<div id="rank1">Administrator</div>

Then goto ACP - Display - Color - CSS Stylesheet:
and add this code there:
Code:

#rank1 {
color: #ff0040;
 font-weight:bold;
padding-left: 15px;
background: url(http://i56.tinypic.com/1672wi1.gif) no-repeat left;}
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 4:35 am

u know in CSS stylesheet...

i has another code and now i add this code to it. do i need any thing or just
leave 1 space.

i am leave the space between 2 code but it didn't work.. can u check again Sad
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 4:52 am

and do i need to enable html or it automatic . i have no idea why it's doesn't work.. Sad
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 5:05 am

OMG... don't know what to say..but it should work!
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 2:24 pm

look ..
https://i.servimg.com/u/f67/15/97/16/12/quy_an10.png " alt="" />

Rank Name Customization  not work Cutede11Rank Name Customization  not work Cutede12
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 3:28 pm

You made a html page xD

You should write this code in the rank title (:
Code:
<div id="rank1">Administrator</div>
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 5:09 pm

oh thnks but got problem again
Rank Name Customization  not work A10
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 5:11 pm

ah forgot that one.. i fix it...

i wanna another crown like that in the right side of Adminitrator... can u help me ?
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 5:14 pm

Replace this:
Code:
 <div id="rank1">Administrator</div>

With:
Code:
<div id="rank1">Administrator</div> <img src="http://i56.tinypic.com/1672wi1.gif" />
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 5:34 pm

it's not work... can u check again plz...
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 5:55 pm

Its looks like its to long.. try this:
Code:

 <div id="rank1">Administrator</div><div id="star">.</div>

and add this to your CSS:
Code:

#star {
text-indent:-9999px;
background: url(http://i56.tinypic.com/1672wi1.gif) no-repeat center;}
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 6:02 pm

still not work :-s
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 6:08 pm

Try this without the CSS.

Code:
<div id="rank1">Administrator <img src="http://i56.tinypic.com/1672wi1.gif" /></div>
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 6:12 pm

not workin... but thks anyway xD
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 6:14 pm

avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 6:58 pm

which code do u use?
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 7:12 pm

This one (:
Code:
 <div id="rank1">Administrator <img src="http://i56.tinypic.com/1672wi1.gif" /></div>

and of course this CSS:
Code:
rank1 {
color: #ff0040;
 font-weight:bold;
padding-left: 15px;
background: url(http://i56.tinypic.com/1672wi1.gif) no-repeat left;}
avatar
Guest
Guest


Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by nguyen31110 December 12th 2010, 9:32 pm

after that... it's like that

Rank Name Customization  not work Ng10
avatar
nguyen31110
New Member

Posts : 14
Reputation : 0
Language : Dewsbury

Back to top Go down

Rank Name Customization  not work Empty Re: Rank Name Customization not work

Post by Guest December 12th 2010, 10:15 pm

Make sure that u don't have two ranks with the same name (:
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum