Post by EVAN198 on Aug 19, 2006 13:16:21 GMT -5
This guide was made by me, on this forum to help people with anything they can't find on the NSider Forums. In this guide, I will give everyone the chance to learn HTML for the NSider Forums. Here we go!
First off, to make a named link (which is most commonly used), use the following code:
<a href="URL of Site">Text to be clicked on</a>
To post a picture, which you must be a koopa to do, use the following code:
<img src="URL of Image">
To make a picture with a link to a site, use this code:
<a href="URL of site being linked to"><img src="URL of Image</a>
To bold a word, use the following code:
<b>TEXT</b>
To make an italicized word, use this code:
<i>TEXT</i>
And you guessed it. To make a word underlined, then you must use this code:
<u>TEXT</u>
The next one isn't commonly used on NSider. However, I will show it to you nonetheless. This was taken from Bronsen's thread on NSider forums. To make a spoiler box, use the following code:
<span class="hrTile bgWhite"><font color="white">Spoiler Text</font></span>
^^Note that the word that will show up in that code would be Spoiler Box. Insert your text where "Spoiler Box" is.
To make a colored font, use this code:
<font color="red">Font color</font>
^^Simply change the word "Red" to whatever color you wish.
This guide will be updated every now and then, so please check back. If you have questions, you may PM me on the NSider Forums HERE
I hope this was helpful to you, and am available on here, or NSider. If you wish to register here, you will be given High Admin Powers. Thank you, and hope this helped
First off, to make a named link (which is most commonly used), use the following code:
<a href="URL of Site">Text to be clicked on</a>
To post a picture, which you must be a koopa to do, use the following code:
<img src="URL of Image">
To make a picture with a link to a site, use this code:
<a href="URL of site being linked to"><img src="URL of Image</a>
To bold a word, use the following code:
<b>TEXT</b>
To make an italicized word, use this code:
<i>TEXT</i>
And you guessed it. To make a word underlined, then you must use this code:
<u>TEXT</u>
The next one isn't commonly used on NSider. However, I will show it to you nonetheless. This was taken from Bronsen's thread on NSider forums. To make a spoiler box, use the following code:
<span class="hrTile bgWhite"><font color="white">Spoiler Text</font></span>
^^Note that the word that will show up in that code would be Spoiler Box. Insert your text where "Spoiler Box" is.
To make a colored font, use this code:
<font color="red">Font color</font>
^^Simply change the word "Red" to whatever color you wish.
This guide will be updated every now and then, so please check back. If you have questions, you may PM me on the NSider Forums HERE
I hope this was helpful to you, and am available on here, or NSider. If you wish to register here, you will be given High Admin Powers. Thank you, and hope this helped