|
|
Text and fonts | |||||||||||||||||||||||||||||
| back ~ home | ||||||||||||||||||||||||||||||
| Text | ||||||||||||||||||||||||||||||
| Fancy Text <TABLE STYLE="filter:___(color=____, strength=___)"> <TR><TD><center> TEXT GOES HERE</TABLE> |
||||||||||||||||||||||||||||||
| Text With BG Color <span style=background:COLOR> TEXT GOES HERE</span> |
||||||||||||||||||||||||||||||
| FILL IN THE BLANKS (in order): #1. dropshadow, glow, or shadow. #2. Any color #3. A number 1-10 |
||||||||||||||||||||||||||||||
| Aligning text <p align=DIRECTION>TEXT</p> in DIRECTION, put left, right, or center. OR, a simple code for just centering: <center> |
||||||||||||||||||||||||||||||
| The H3 can be changed to anything from 1-6, 1 being the biggest. The # can also be changed (its the amount of space between the letters). | ||||||||||||||||||||||||||||||
| Spacing letters <H3 STYLE="LETTER-SPACING:#em"> TEXT HERE</H3> |
||||||||||||||||||||||||||||||
| Wavy Text <DIV ID="waveText"style="width:#; height:#;font-size:#pt;color:COLOR; filter:wave(add=0,phase=4,freq=5, strength=2)">TEXT HERE</DIV> |
||||||||||||||||||||||||||||||
| Spacing text Big space: <p> Little space: <br> |
||||||||||||||||||||||||||||||
| Indenting <dl><dd>INDENTED TEXT HERE</dl> |
||||||||||||||||||||||||||||||
| COLORS Dodgerblue Salmon Blueviolet Turquoise Darkpink Lime Seagreen Pink Royalblue Yellow Goldenrod Coral Burlywood Firebrick Forestgreen Fuchsia Indigo Skyblue Indianred Olive Peru Orchid Plum Springgreen Steelblue Teal Blue Hotpink Cornflowerblue |
||||||||||||||||||||||||||||||
| Fonts | ||||||||||||||||||||||||||||||
| Changing the color <font color=COLORHERE>TEXT HERE |
||||||||||||||||||||||||||||||
| Changing the size <font size=NUMBER>TEXT HERE |
||||||||||||||||||||||||||||||
| Combining it all <font face="FONT" size=NUMBER color=COLORHERE>TEXT HERE |
||||||||||||||||||||||||||||||
| Changing the face <font face="FONTNAME">TEXT HERE |
||||||||||||||||||||||||||||||
| Extras <i>Italicized</i> <s>Slashout</s> <b>Bold</b> <u>Underline</u> <sup>SuperScript</sup> <sub>SubScript</sub> <tt>Typewriter</tt> |
||||||||||||||||||||||||||||||
| Hex Codes For some codes, you cant just put color names, you have to put hex codes. A Hex Code is a 6-digit combo of numbers and letters that stands for a color. click to see |
||||||||||||||||||||||||||||||