Propaganda Man
Senior Member
Ok, in this guide, I will teach you most, if not all, of the HTML that I know. True, you can do most of this in the graphical editor, but its always good to know and it will help in making a better profile.
SPACING
<br> - This is like hitting enter once.
<hr> - This is like a divider
Example: hey <hr> bye =
hey
--------------------------------------------------------------------------------
bye
& nbsp; - one space (just get rid of space between & and nbsp
ALIGNMENTS
<center>TEXT/PICS</center> - centers text and pictures.
<DIV align=right>TEXT</DIV>
<DIV align=left>TEXT</DIV>
COLORS AND SIZES IN FONT
You can use basic colors, like; red, yellow, green, blue, etc. in this code:
<font color="red">TEXT HERE</font> - you can replace that "red" with any regular color, or use the hexadecimal code to make pretty much any color. IRULESUPERSMASHBROS' **COLORED FONT FAQ** goes over pretty much all of the possible colors.
For font size, use this tag, which is pretty much the same, except use a number:
<font size="#">TEXT HERE</font> - Use a number 1-7, 1 being the smalles and 7 being the largest size.
FONT STYLES
<b>TEXT</b> - bold
<i>TEXT</i> - italics
<u>TEXT</u> - underline
*You can do more than one per text. So you can do bold and italics, etc., at once.
POSTING PICTURES
<img src=URL of pic> - use this tag to post a picture. You can find the URL of a pic, if its already online, by right clicking the pic and selecting "properties" and it will show you the URL. Or, if you make the pics or sigs, you will need to host your pictures on a webhosting site. I suggest using PHOTOBUCKET.
*YOU MUST BE A KOOPA OR SPECIAL RANK TO POST PICTURES
Changing heights and widths of pictures
<img src="URL of pic"height="#"width="#">
HYPERLINKING
<a href=URL of site>TEXT IN LINK</a>
Hyperlinking a picture:
<a href=URL of site><img src=URL of picture></a>
Opening up a new window and no border:
<a href="URL of site"target="blank"><img src="URL of pic"border=0></a>
Picture with pop up:
<img src="URL of pic"alt="TEXT of POPUP">
*You can do a hyperlink at ANY rank, although the icon in the graphical editor for one wont show up until KOOPA.
BULLETED LISTS
<UL><LI>LIST</UL> - Bullets
Example:
<UL>
<LI>Timesplitters 2
<LI>Perfect Dark
</UL>
=
Timesplitters 2
Perfect Dark
<OL>≶LI>LIST</OL> - Numbers. 1. 2. 3. ect.
Note! This is not made by me. This is made by Zach347. I asked him if I could post this and he said yes. I hope this is usefull for TBTW.
SPACING
<br> - This is like hitting enter once.
<hr> - This is like a divider
Example: hey <hr> bye =
hey
--------------------------------------------------------------------------------
bye
& nbsp; - one space (just get rid of space between & and nbsp
ALIGNMENTS
<center>TEXT/PICS</center> - centers text and pictures.
<DIV align=right>TEXT</DIV>
<DIV align=left>TEXT</DIV>
COLORS AND SIZES IN FONT
You can use basic colors, like; red, yellow, green, blue, etc. in this code:
<font color="red">TEXT HERE</font> - you can replace that "red" with any regular color, or use the hexadecimal code to make pretty much any color. IRULESUPERSMASHBROS' **COLORED FONT FAQ** goes over pretty much all of the possible colors.
For font size, use this tag, which is pretty much the same, except use a number:
<font size="#">TEXT HERE</font> - Use a number 1-7, 1 being the smalles and 7 being the largest size.
FONT STYLES
<b>TEXT</b> - bold
<i>TEXT</i> - italics
<u>TEXT</u> - underline
*You can do more than one per text. So you can do bold and italics, etc., at once.
POSTING PICTURES
<img src=URL of pic> - use this tag to post a picture. You can find the URL of a pic, if its already online, by right clicking the pic and selecting "properties" and it will show you the URL. Or, if you make the pics or sigs, you will need to host your pictures on a webhosting site. I suggest using PHOTOBUCKET.
*YOU MUST BE A KOOPA OR SPECIAL RANK TO POST PICTURES
Changing heights and widths of pictures
<img src="URL of pic"height="#"width="#">
HYPERLINKING
<a href=URL of site>TEXT IN LINK</a>
Hyperlinking a picture:
<a href=URL of site><img src=URL of picture></a>
Opening up a new window and no border:
<a href="URL of site"target="blank"><img src="URL of pic"border=0></a>
Picture with pop up:
<img src="URL of pic"alt="TEXT of POPUP">
*You can do a hyperlink at ANY rank, although the icon in the graphical editor for one wont show up until KOOPA.
BULLETED LISTS
<UL><LI>LIST</UL> - Bullets
Example:
<UL>
<LI>Timesplitters 2
<LI>Perfect Dark
</UL>
=
Timesplitters 2
Perfect Dark
<OL>≶LI>LIST</OL> - Numbers. 1. 2. 3. ect.
Note! This is not made by me. This is made by Zach347. I asked him if I could post this and he said yes. I hope this is usefull for TBTW.