SIMPLE HTML CODES FOR USE IN TOURNEY PAGES
|
ALL CODES WOULD BE PLACED IN A " < " & " > " BRACKET STYLE |
|||||||||
| IMAGE | <img src="ENTER IMAGE URL HERE"> | NOTE: Be sure that the image will be linkable. All images at Spiderpaws Images are linkable. | |||||||
| WATERMARK: | <body bgproperties="fixed"> | NOTE: This will "lock" the background so the words and images, appear to float over the background as in this page. | |||||||
| HYPER-LINK ROLL OVER: |
<style fprolloverstyle>A:hover {color: red;
font-weight: bold} </style> |
NOTE: This code allows the hyperlinks in your page to change color and become bold. To change the color change words in red. | |||||||
| FONT STYLE: | <font face = "ENTER FONT FACE HERE"> |
NOTE: Not all browsers support every font.
If there is one that you want to be seen, consider creating a .gif with
the text in it. Examples of various fonts all shown in font size "3": Arial COMIC SANS Impact Lucida Console Monotype Cursive Roman Tahoma Times New Roman (Most Common) Verdana |
|||||||
| FONT SIZE CHART: | <font size = "FONT SIZE CODE HERE">TEXT HERE</font> |
EXAMPLES FONT SIZE: FONT SIZE = 5 FONT SIZE = 4 FONT SIZE = 3 FONT SIZE = 2 FONT SIZE = 1 |
|||||||
| FONT COLOR CODE: | <font color = "COLOR CODE HERE">TEXT HERE</font> |
NOTE: There are some color words that
can be placed in the code instead of a number code. These are a few:
|
|||||||
| UNDERLINE TEXT: | <u>ENTER TEXT YOU WANT UNDERLINED HERE</u> | ||||||||
| CENTER TEXT: | <center> | NOTE: Will center all text unless closed with the code </center> | |||||||
| LINE BREAK: | <br> | NOTE: Will make a break between lines of text | |||||||
| MUSIC BACKGROUND: | <bgsound src="URL OF MIDI OR WAV YOU WANT TO USE" loop="-1"> |
NOTE: The loop can be changed to the
the number of times the song will be played. "-1" = continuous loop |
|||||||