![]() Home
{Great Hall}
{Gryffindor}
{Hufflepuff}
{Ravenclaw}
{Slytherin} HTML Help One of the things that is most often asked on the Questions & Comments board is how to make text italic or bold, etc. in their posts. To help, this guide has been compiled. If you need any more help, though, just ask on the board. Tags -
Bold Text -
Italic Text -
Underlined Text 1. Tags 2. Bold Text She sells sea shells on the seashore. To make it bold, I would write this: <B>She sells sea shells on the seashore.</B> That would give me the result: She sells sea shells on the seashore. The tags simply go around the text that you want to make bold. 3. Italic Text Red lorry, yellow lorry, red lorry, yellow lorry. In this example, I want to make all the 'yellow lorry' words italic. It would look like this: Red lorry, <i>yellow lorry</i>, red lorry, <i>yellow lorry</i>. And it would come out like this: Red lorry, yellow lorry, red lorry, yellow lorry. Remember - always close your tags! If you don't all of your text after that point will stay italic/bold/underlined, etc. 4. Underlined Text Peter Piper picked a peck of pickled peppers. Let's try underlining pairs of words. It would look like this: <u>Peter Piper</u> picked a <u>peck of</u> pickled peppers. Which would give us the result: Peter Piper picked a peck of pickled peppers. 5. Striked Text A noisy noise annoys an oyster. Let's strike out the word 'noisy': A <strike>noisy</strike> noise annoys an oyster. To give us: A 6. Centering Text Gertie's great-grandma grew aghast at Gertie's grammar. That text is centred. To do it, we write: <center>Gertie's great-grandma grew aghast at Gertie's grammar.</center> 7. Colored Text The boot black bought the black boot back. I've decided that I want to make this text red. <font color="red">The boot black bought the black boot back.</font>. This give us: The boot black bought the black boot back. You could replace 'red' with pretty much any colour you want, e.g. blue, white, black, yellow, pink, green, lightblue, etc. You can also use what's known as a hexidecimal code - do a search on Google to find out more. 8. Links Hogwarts School of Witchcraft and Wizardry So now I need the tag and the url. The url (website address) looks like this: http://www.ladyghast.freeservers.com. The tag that I would write would look like this: <a href="http://www.ladyghast.freeservers.com">Hogwarts School of Witchcraft and Wizardry</a> The finished link would look like this: Hogwarts School of Witchcraft and Wizardry |