no page breaks in email
2008.May.17, 04:56 PM
 
Post: #9
MaxGhost Wrote:yeah... there's tooons more... it's called HTML just so you know.

Colored text:
<font color="#ff0000"> Red text </font>
<font color="#ff8000"> Orange text </font>
<font color="#ffff00"> Yellow text </font>
<font color="#80ff80"> Green text </font>
<font color="#0000ff"> Blue text </font>
<font color="#9805c9"> Violet text </font>
<font color="red"> Red text </font>
<font color="orange"> Orange text </font>
<font color="yellow"> Yellow text </font>
<font color="green"> Green text </font>
<font color="blue"> Blue text </font>
<font color="violet"> Violet text </font>

For different fonts types, you can add to the font tag by putting in face="Arial" or any other common font you want, like Times New Roman for example.

You can make text bigger or smaller by adding size=+1 for bigger text, (change the 1 to 2 or higher to make it bigger, up to 7) or size=-1 for smaller (same here, up to 7)

You can center the text with <center> centered text </center>

You can strikeout text by doing <s> stiked text </s>

To create a link you can do <a href="your URL here"> Click here! </a>

To include an image, you can do <IMG SRC="image URL here">

Theres tons more things you can do but that sums up the majority of it, including what other people said about bold italics and stuff...

I do believe the link one and image one do not work in game.


Messages In This Thread
no page breaks in email - buuddha - 2008.May.17, 02:06 PM
[] - Marlo - 2008.May.17, 02:11 PM
[] - mudpies - 2008.May.17, 02:13 PM
[] - buuddha - 2008.May.17, 02:44 PM
[] - alinutza - 2008.May.17, 02:51 PM
[] - mudpies - 2008.May.17, 03:44 PM
[] - PropositionJoe - 2008.May.17, 04:02 PM
[] - MaxGhost - 2008.May.17, 04:30 PM
[] - mudpies - 2008.May.17 04:56 PM
[] - buuddha - 2008.May.17, 06:19 PM
[] - zenith - 2008.May.17, 06:25 PM
[] - Loki - 2008.May.17, 06:29 PM
[] - mudpies - 2008.May.17, 06:39 PM
[] - buuddha - 2008.May.17, 11:27 PM
[] - Casius - 2008.May.18, 12:29 AM
[] - MaxGhost - 2008.May.18, 10:26 PM
[] - MaxGhost - 2008.May.18, 10:28 PM
[] - Marlo - 2008.May.20, 11:53 AM