the locker room | make a name | tv events | inside td | in the books | back stage



by now you have probably seen cool looking roleplays complete with colored text, pictures, and songs. if you are serious about learning html, i suggest you check out www.htmlgoodies.com. they have a good site complete with numerous tutorials teaching html and other web programming. but if you just want to know how to make your roleplays look cool, i can show you that here.

the most basic is changing text color. we'll use lime green as an example. if you typed this: <font color="lime">here is lime green text.</a>, you would get his as a result: here is lime green text. you can do this with many other colors such as red, orange, yellow, green, blue, purple, silver, white, and black.

if you wanted to change your text to bold, you would type this <b>here is bold text</b>. and you would get bold text. the same works with italics, but change the <b> and </b> to <i> and </i>.

if you wanted to add a picture to your roleplay. all you have to do is type <img src="https://throwdown-td.tripod.com/images/td_logo.gif">, where the text between the quotation marks is location on the internet where the file is saved. you would get the following if you typed what i typed.

you can do the same for sounds, but change <img src> to <snd src>. img stands for image and snd stands for sound.

the last thing i will show you is how to align text and pictures. the most commonly used is the center align and left is the default. so if you want your text or picture to be aligned at the left border, you don't have to do anything. if you want it to be aligned in the center type <center>this text is centered.</center>. you will get this.

this text is centered.

if you want to change it to right aligned, just change <center> and </center> to <right> and </right>.

i hope this can be useful for you to create visually good looking roleplays. if you have anymore questions about html or the fed in general, just e-mail them to me at what_joe_mama@yahoo.com and i will try to answer them.