SECTION 1A double sided name guide follow it to see what i mean
here's a picture of what i mean

right you want to know how to do that?
heres the code to make a double sided name
Put this in your HEADER if you don't already have it:
<script src="/jquery.js"></script>
Put this in your FOOTER:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["NAME","<img src='IMAGE URL'/>NAME<img src='IMAGE URL'/>","COLOR",""];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML == vfour[f][0]){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>
right all you need to change is the 'NAME' bit to the name of the person who you want to double image
its caps sensitive so make sure you get it right

then you will see two 'IMAGE URL' bits fill the both with the same image or change them to one image one side and another image another side.
then change 'COLOUR' to the colour you want the name to be.
thats how you make a double sided icon but i bet your wondering how to add two people instead of putting the code again i will explain that in section two.
The codes credit is 100% agent moose i do not take credit for the code.
SECTION 2This is how you make a two people without putting the code in again well all you do is add this
vfour[vfour.length] = ["NAME","<img src='IMAGE URL'/>NAME<img src='IMAGE URL'/>","COLOR",""];
underneath the the first
vfour[vfour.length] = ["NAME","<img src='IMAGE URL'/>NAME<img src='IMAGE URL'/>","COLOR",""];
you can have as many as you like so go wild

i will take 50% credit for working this code out but 50% credit to the how to make the runescape crown guide since i worked it out from that.
i will take 100% credit for writing this whole guide
also thanks agent moose it helped alot

!!!!!
hope you guys like aswell as me!
post if you have any problems getting it work since i might be able to answer what you have done wrong.
