Thread: Vb 4 (Colored Names)

Results 1 to 5 of 5
  1. #1 Vb 4 (Colored Names) 
    Registered Member

    Join Date
    Sep 2009
    Age
    24
    Posts
    2,769
    Thanks given
    367
    Thanks received
    187
    Rep Power
    458
    Well i want my name to be Colored ive tried many things, including what it says in this picture

    can anyone help me? sorry i'm new to making Forums.

    Reply With Quote  
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    19
    Posts
    16,489
    Thanks given
    3,387
    Thanks received
    7,726
    Rep Power
    5000
    Usergroup

    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Xenon
    Guest
    You have to use HTML markup for usernames.

    It will be in the usergroup tab in ACP.
    Reply With Quote  
     

  5. #4  
    Banned Right man's Avatar
    Join Date
    Jun 2011
    Posts
    476
    Thanks given
    26
    Thanks received
    5
    Rep Power
    0
    Admin cp > usergroups > edit user > and were it shows the name, add the html code/
    Reply With Quote  
     

  6. #5  
    Mko
    Mko is offline
    Registered Member
    Mko's Avatar
    Join Date
    Jun 2010
    Posts
    445
    Thanks given
    82
    Thanks received
    73
    Rep Power
    425
    Admin CP -> Usergroups -> Edit Usergroup -> Username HTML Markup.
    In the first box, that is the Prefix. In the Prefix box, put basically all the code you want the username to have. In your case, if you want a red username, put this in:
    Code:
    <b><span style="color: #b40000;">
    The <b> gives anyone's username in that group the bold text decoration.
    The "color: #b40000;" basically gives anyone's username in that group the #b40000 colour (which is a dark red in hexadecimal code). You can change it at any time by looking online at some websites for difference hexadecimal codes, such as [Only registered and activated users can see links. ], or you could select colour in photoshop and get the hexadecimal code there, as shown below:


    The box next to it is the Suffix. The Suffix basically closes all of the html tags we opened in the Prefix. Since we have a <b> and a <span> tag, we have to close them in the order we opened them. Since we opened <span> as last in the Prefix, we have to close it first. We'd put in:
    Code:
    </span></b>
    into the Suffix to close the <b> and a <span> tags.

    Hope I helped

    Note: It is also possible to have a colour using the <font> tag, as shown below:
    Prefix: <b><font color="#b40000">
    Suffix: </font></b>

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Changing NPC names item names & object names!
    By medabi3 in forum Tutorials
    Replies: 8
    Last Post: 05-24-2013, 07:36 PM
  2. Colored names instead of crowns for ranks
    By jordan641 in forum Requests
    Replies: 3
    Last Post: 04-11-2010, 08:58 PM
  3. [462] Npc ids/names. Object ids/names/options
    By Brown in forum Configuration
    Replies: 0
    Last Post: 08-23-2009, 10:25 PM
  4. Colored money
    By Dawgg in forum Tutorials
    Replies: 12
    Last Post: 08-02-2009, 01:57 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •