| Some HTML Codes and Tips | |||||||||
![]() |
|||||||||
| <img src="http://www.xxxxxxxxxx.gif"> Inserts an image -------------------------------------------------------------------------------------------------- <a href="http://www.xxxxxxx.com>Text</a> Will create a link to another page. The Text is the link to the page <a href="http://www.xxxxxxx.com><img src="http://www.xxxxxxxxxx.gif" border="x"></a> Creates an image that links. The x by the boarder is the width of the boarder around the image. 0=none 3=thick -------------------------------------------------------------------------------------------------- <body background="http://www.xxxxxxxxxx.gif> Will use that image as the backgroud |
|||||||||
| <b>Text</b> Will make your text bold <i>Text<i> Will make your text italic <u>Text</u> Will underline your text --------------------------------------------------------You can also combine any of the three. <b><u>Text</b></u> Will make your text bold and unnderlined. -------------------------------------------------------- <br> Adds a line between paragraphs -------------------------------------------------------- <center>Text</center>Aligns the paragraph in the center. <div align="right">Text</align> Aligns the text right. <div align="left">Text</align> Aligns the text left. -------------------------------------------------------- |
<font size = "x"> Text </font> The x controls the size of your font. 1 is the smallest and 5 is the largest. If you want to make the text even bigger adda + before the number. Smaller and you add a -. --------------------------------------------------------------<font face = "x"> Text </font> Replace the x with one of these fonts: Arial, Comic Sans MS, Kristen ITC, Lucida Handwriting, Times New Roman, Veranda. ---------------------------------------------------------------<font color="#xxxxxx">Text</font> REplace xxxxxx wirth the color you want. Check out a color chart here. ---------------------------------------------------------------<font face="x" color="#xxxxxx">Text</font> This will do font face and font color. --------------------------------------------------------------- |
||||||||