Jump to content

Code requests


Recommended Posts

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 by Nevareion (see edit history)
Link to comment

You're great! Thanks! biggrin.gif

 

</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

Very welcome smile.gif

 

Next is the background to the posting (we're going in the order of complexity wink.gif )

 

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 wink.gif ):

 

.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

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

(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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...