Nevareion Posted March 15, 2005 Share Posted March 15, 2005 (edited) Number one: Member Names Colour Legend  </br> <div class="tableborder"> <div class='maintitle' align='left'><img src='http://i1.ifrm.com/style_images/1/nav_m.gif' border='0' alt='' width='8' height='8'> Member Names Color Legend</a></div> <table width="100%" border="0" cellspacing="1" cellpadding="4"> <tr><th align="center" width="100%" class='titlemedium'></th></tr> <tr><td class="row1" align='center'> <font color="hex colour code here">group name</font> | <font color="hex colour code here">group name</font> | <font color="hex colour code here">group name</font> | <font color="hex colour code here">group name</font> add more of these as needed </td></tr> second table line if required <tr><td class="row1" align='center'>Board Administrators: names</td></tr> end of second table <tr><td class="darkrow2" align='center'> text here in bottom border </td></tr> </table> </div> <br />  Put this in Board Wrappers Header and Body underneath <% STATS %> replacing bits in red with what you want. Leave out the blue text. Edited March 15, 2005 by Nevareion (see edit history) Link to comment
Orioni Posted March 15, 2005 Share Posted March 15, 2005 You're great! Thanks! Â </br> <div class="tableborder"> <div class='maintitle' align='left'><img src='http://i1.ifrm.com/style_images/1/nav_m.gif' border='0' alt='' width='8' height='8'> Member Names Color Legend</a></div> <table width="100%" border="0" cellspacing="1" cellpadding="4"> <tr><th align="center" width="100%" class='titlemedium'></th></tr> <tr><td class="row1" align='center'> <font color="black">Citizen</font> | <font color="orange">Diplomat</font> | <font color="red">Europa Army</font> | <font color="grey">Senator</font> | <font color="blue">Europa Gov</font> </td></tr> second table line if required <tr><td class="row1" align='center'>Board Administrators: Europa | Orioni</td></tr> end of second table <tr><td class="darkrow2" align='center'> text here in bottom border </td></tr> </table> </div> <br /> Link to comment
Nevareion Posted March 15, 2005 Author Share Posted March 15, 2005 Very welcome  Next is the background to the posting (we're going in the order of complexity )  Look in your Style sheet and find this:  .forminput, .textinput, { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle;background-color: #E5E3E3; }  Replace it with this (make sure you have a saved copy of the original first just in case ):  .textinput { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle;background-color: #E5E3E3; background-image: url(http://your image here.gif); background-repeat: no-repeat; background-position: center; } .forminput, { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle;background-color: #E5E3E3; }  You can change the location by changing "background-position:" to top, left etc. Link to comment
Orioni Posted March 15, 2005 Share Posted March 15, 2005 Seems to work rather fine. Thanks, again. Link to comment
Nevareion Posted March 15, 2005 Author Share Posted March 15, 2005 Ooo, looks nice! Â The other two are somewhat more complicated so I will need to work out how to explain them. How much html do you know? Also with the adverts, is it the whole block or the random image bit you want? With the menu, if you are not familiar with html I would be happy to take the links you give me and make the code for you. Link to comment
Orioni Posted March 15, 2005 Share Posted March 15, 2005 (1) The menu is interesting but I don't know if we really need one right now. Â (2) The adverts would be cool but I think it's better if we have a poll on that. Â Those two new feautures that were added today seem enough for now. Let everyone get used to them. Â PS: I'm quite familiar with html since I use it on my weblog. The codes on this forum seem a little different though. Link to comment
Nevareion Posted March 15, 2005 Author Share Posted March 15, 2005 No worries! The second bit was css which is a little different. With the first it is html but some tags don't work in the forum so it has to be done in a different way. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now