Description technical know-how

Magi_Gabriel

Foppish Technocrat
So, you want to enter a description that people can see huh? Well there's a few things you should now about the current system that allows you to improve the appears of your description and make it look as fun and interesting as possible.

Some of you have noticed that descriptions now allow you to highlight some text by making it bold, putting it in italics or even including a picture of their character. "How can I do these wonderful things!?" I'm glad you asked.

Descriptions now use some basic HTML tags that you can tag advantage of, the tags you can use are:

<b>,<strong>,<em>,<i>,<u> and <img>

Instructions for each feature follow below:

Bold Text

To highlight text as bold you enclose it in the <b> or <strong> tags as follows:

Santa Claus has difficulty ordering fast food because he lives at <b>the North Pole!</b> That means a pizza run for him and the elves takes <strong>eight weeks!</strong>

Which would result in:

Santa Claus has difficulty ordering fast food because he lives at the North Pole! That means a pizza run for him and the elves takes eight weeks!

It doesn't matter if you use <b> or <strong> they both work exactly the same.

Italic Text

To highlight text as italic you enclose it in the <i> or <em> tags as follows:

With barely a whisper the elf slips from window peering in to see who's been <i>naughty</i> and who has been <em>nice</em>.

Which would appear as:

With barely a whisper the elf slips from window peering in to see who's been naughty and who has been nice.

Underlined Text

To underline a portion of text enclose it in a <u> tag as follows:

Under no circumstances should you ever <u>poke</u> a reindeer.

Which would display as:

Under no circumstances should you ever poke a reindeer.

Now for something a little more complicated... images.

The tag format for an image is as follows, code is marked in bold, bits you have to enter in red.

<img src="image url" height="image height" width="image width" alt="Mouse over text[/b]" />[/b]

For example, suppose you wanted to include a postage stamp sized image of a dashingly handsome admin with strange silvery eyes:

<img src="http://www.enworld.org/image.php?u=34598&dateline=1129672021" height="80" width="80" alt="" />

Would result in:

image.php


To avoid the wrath of admins please follow these guidelines for images:

Images are to be no wider or taller than 400 pixels.
Images are to jpeg, gif or png format.
Images are NOT to be bmps or animated gifs. Just no.
Images cannot contain any content unacceptable by the Code of Conduct including graphic imagery, profanity, etc
Images are to be hosted on an agreeing server, if you don't have your own web space consider an image hosting service such as ImageShack or PhotoBucket.
 

log in or register to remove this ad

Remove ads

Top