junker -
You know how using the quote button in the message editor will put the post you are quoting into a nice neat box?
example:
Sibyl
since I wasn't raised around computers , I have to sort through the computer talk to try and figure out things for my own understanding. and then you mentioned
junker please use the codes tag when posting codes in posts here.
I tried to explain the solution to my problem in a way that I thought was
simpler to other people like myself but you will have to let me know what in the world you are talking about using code tags. lol
You do the same when posting codes. Except use the # button (its to the left of the quote button in the editor)
Or you can just do: [code]put the code here[/code]
example:
<script>
function Color_Username(ethan,troy){
//Created by Agent Moose (revolutionx.smfforfree3.com)
var Vikhyat = document.links;
for(simply_sibyl=0;simply_sibyl<Vikhyat.length;simply_sibyl++){
if(Vikhyat[simply_sibyl].href.match("profile;u=" + ethan + "$")){
Vikhyat[simply_sibyl].style.color = troy;
};};};
Color_Username("Member Number","Colour");
</script>
Its easier to read and with larger codes takes up much less space
