|
<EMBED src="http://www.wrestlingmusicinc2.com/audio/wwf/edge2.mp3">< /EMBED> big show music <embed src="http://www.kedrok.com/bigshow.wav"> SHANE OLD VEDEO <embed src=http://www.wwfsuperstars.com/vince/video/vince?speed=28&view=.asx> kane music <EMBED src="http://www.kedrok.com/kane.wav"> the rock music <EMBED src="http://www.kedrok.com/therock-curr.wav"> austin music <EMBED src="http://www.kedrok.com/austin.wav"> taker music <EMBED src="http://www.kedrok.com/ut2000.wav"> kurt angle music <EMBED src=http://www.wwfsuperstars.com/kurtangle/video/angle?speed=28&view=.asx> When you put things in color on an rp, or insert pictures, then you use what is called HTML Tags. these tags are simple to use. here is a guide of how to use them. to put something in color, then you need to use a color tag. Here is the HTML code for a color tag: <font color=(then the color here)> and then you type the text. for instance if you wanted to put your text in red, you would put this: <font color=red>Hello bla bla bla. Its quite easy. you just simply put that tag in your rp and then replace the hello bla bla bla part with the text you want to put in your rp. If you want to try this first to see if it works, you always test things on the OOC boards. click here to go to the OOC board and try it out. Just put the subject as 'test'. copy the color tag above and post it on the ooc board. then go and see the message you posted, (remember to include text after the tag like the example above which says 'hello. bla bla bla.' that's the text.) the font color should have changed to red. Now, if you wanted to include several colors in your RP, for example red and blue, then you must use the color tag for red, close the red tag, and then open the blue tag. This sounds complicated but look below for an example of what to type: <font color=red>the text here is red.</font color><font color=blue>the text here is blue. When you put a / at the beginning of a tag, then it tells the tag that whatever you type after that must be closed. So, in the above example 'font color' comes after the /. So the / tells the tag to close the last font color that was put in the rp. so sfter that the font color goes back to the default color. but then, I put in a tag telling the tag to make the font color blue ( where it says <font color=blue> ). you can put multiple colors into RPs by opening and closing tags like in the example above. if you wanted to use red, blue and green then it would be: <font color=red>the text here is red.</font color><font color=blue>text here is blue.</font color><font color=green>text here is green. at the end of RPs you dont need to close tags. So at the end of an rp if the color was green then you wouldn't need to put </font color> you would just leave the tag open because there isn't any more text or another color you want to use. Go and try that on the OOC board. you can put more than just color tags. In RPs you can insert pictures, midi files, change the font size, change the font style(eg arial) and lots more. Below is a guide to more advanced HTML tags. To insert an image into an RP you put in the following tag: <img src=(then the URL of the image)> you can only put images in your rp that are on webpages. you cannot put images in that are only stored on your computer. If you dont know what the url of a picture is, go to a website and right click on the picture. Then click 'properties' and then it should tell you the URL of the picture on the box. So here is an example. if you wanted a picture of WWF.com, and it was a raw is war logo, and the picture was called rawiswarlog.jpg then the tag would be: <img src=http://www.wwf.com/rawiswarlogo.jpg> then the picture will be inserted where ever you placed the picture tag. (if you are unsure weather or not a picture will post or not, click 'prieview' next to the 'post' button under your RP, and if you have done this correctly, the picture should be inserted. Go and try this on the OOC board (remember that the above example doesn't actually work and it is just plainly an example of what to do). you do not need to close an image tag. To change the size of your text the tag is: <font size=(size here)> for example if you wanted it to be size 15 then it would be: <font size=15> you close the size tag with </font size> after you have typed the text that you want to be that size. (remember that if your whole RP is going to be one size then you dont need to close the size tag) To change the font style then the tag is: <font face=(style here)> so if you wanted the font style to be times new roman, then the tag would be: <font face=times new roman> the tag is then close with </font face> go and try this on the OOC board. To insert a MIDI file then the tag is: <embed src=(URL here)> remember again that only MIDI files on the net can be put in RPs and not midi files just on your computer. to find the URL of a midi file, do exactly as you do for a picture by looking at the MIDI's properties. for example if you wanted to play a wrestling theme, for example stone cold's, and its on his official website and its called stonecold.midi then the the tag would be: <embed src=http://www.stonecold.com/atonecold.midi> Again you don't need to close a MIDI tag. Go and try this on the OOC board. There is a special tag which I don't know much about called Table Style. It makes the text look glowey. If you wanted the font color to be blue, here's what the the table style tag would look like: <table style=filter:glow(font color=blue)> this is something I really don't know much about, but it has a great Effect. to close the table style tag, you put: </table style> go and try this on the OOC board |