Runboard.com
Слава Україні!
Runboard Extra Chat Room Support Search Facebook

Runboard.com       Sign up learn about it | Sign in lost password?

 
Rimmer Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 04-2003
Location: Straylia
Posts: 617
Karma: 46 (+59/-13)
User Levels/Custom Titles - Formatting With CSS: From The Mooseman


Let's say you want to assign a user level/custom title. You'd go to:

Control panel>Board Management>Security Management>Manage User levels and custom titles

When you define the title, you might just put in a name like "Expert". But, if you want to add some formatting to that title (eg. colour, font), then you can do this using CSS:

First, go to Control panel>Board Management>Edit layout /colors of your board>Manage Custom Style Sheet (CSS).


Then, add a definition like this:


.expert{
font-size:13px;
color:#FF0000;
text-align:center;
font-weight:bold;
font-family:garamond,verdana;
background-color:#000000;}

Secondly, return to the user level/custom title page and create your 'expert' level/title putting code like this in the title:


<div class="expert">Expert</div>

This setup also allows you to change formats without having to re-define the levels. Just make your changes in CSS and they'll show up in the user level/title.




Last edited by The PhoenixRising, 4/8/2008, 10:21 pm


---
Build A Better Board

They put me in a cage full of lions, I learned to speak lion
9/2/2006, 10:53 am Link to post   Blog
 




You are not logged in (login)