|
Self-destructive Layouts
@vampirefreaks.com |
|
Text editing (with HTML)
Content: Safe fonts: The following fonts are installed on both pc and mac and are considered as 'safe'. That means it's pretty much guaranteed everyone who view your profile will see the font you have chosen. If you want to use a font that isn't listed here, it's best if you have one of the safe fonts as a "second choice". Seperate your first and second choice with a comma, like this: <font face="mael, courier"> arial, arial black, Changing fonts: <font face="comic sans ms"> This text is written in Comic Sans MS </font> <font size="4"> This text is written in size 4 </font> <font color="red"> This text is written in red </font> <font face="comic sans ms" size="2" color="red">This text is written in size 2, red, Comic Sans MS </font> Styling text: <b> This text is bold </b> <i> This text is italic </i> <u>This text is underlined </u> <s> Breaking up text: Line-break (jump to the next line): <br> New paragraph (skip a line): <p> Some text </p> Centered text: <center> Some text </center> Horizontal rule (line for separating paragraphs): <hr> Didn't find what you were looking for? Try the [CSS section]. |