PDA

View Full Version : How can I add color, bold, and italics to my messages?



Admin
06-28-2003, 01:46 PM
You can color, bold, and italic effects to the text in your messages by placing tags around it, like this:

<effect>The text between these two tags will have the effect applied to it</effect>

The <effect> tag marks the beginning of the effect while the </effect tag marks its end.

In order to illustrate further, we have to substitute [ ] characters for the < > characters, so that the tags are visible here. For example

This is bold text becomes This is bold text when you replace the [ ] characters with < >.

Here are the available effects.

This is bold text This is bold text
This is italic text This is italic text
This is color red text <font color="red">This is color red text</font>

You can combine the tags and various ways too:

This is bold italic text with some green non-italic colored text stuck in the center.
This is bold italic text with some <font color="green">green non-italic colored text</font> stuck in the center.

Just remember that the <effect> tag begins the effect and that the </effect> tag ends it.

Have Fun :-)