Text codes
are a great way to add some personality to a web page. We have a great collection ofMySpace text codes
andcodes for text
for you to use.
How to use the codes belowFind the effect you would like to use and copy the coding in the Code column. You can do this by highlighting the text, right clicking it and selecting copy. Now you can paste the coding where you want the text to display. Make sure you replace our text with yours (example: change BOLD TEXT to whatever you want it to say!) |
|
Description |
Code |
| Bold Text | <B> BOLD TEXT </B> |
| Italic Text | <I>Italic Text</I> |
| Bold and Italic Text | <B><I>Bold and Italic</i></B> |
| Underlined Text | <U>Underlined Text</U> |
| <S>Striked Text</S> | |
| Subscript Text | <SUB>Subscript Text</SUB> |
| Superscript Text | <SUP>Superscript</SUP> |
| Change font color, just change #FF0000 to your desired color. | <font color="#FF0000">Red Font</font> |
| Change font size to your desire. | <font color=#FF0000 size = 4>Font size 4 color red</font> |
| Add a text shadow. Just change the strength and color. | <span style="filter:Shadow(color=BLUE,strength=5);height:0px;">TEXT</span> |
| Glowing Text | <span style="filter:Glow(color=RED,strength=4);height:0px;">TEXT</span> |
| Blur Text | <span style="filter:Glow(color=RED,strength=4);height:0px;">TEXT</span> |
| Flipped Text | <p style="filter:flipv; height: 10px;">Flipped Text<p><p></p> |
| Reverse Text | <span style="filter:fliph; height: 10px;">Reverse Text</span> |
| <marquee>Scrolling Text</marquee> | |
| This will change the font type. You can choose the following fonts: Arial, sans-serif, Georgia, Geneva, Times New Roman, Helvetica, Courier, Verdana, Tahoma |
<font face="arial">Arial Font</font> |