After several disastrous attempts at submitting an .rtf file for my stories, I decided to start using basic HTML coding. As a former volunteer editor for Literotica, I've sent this particular file to others in the past to help them with formatting their stories. I still get quite a few of my 'regulars' who ask how to format their stories.
It's not much extra work, you can add the formatting as you write or proofread your story. Once you've finished, simply copy and paste your story into the Story Text field. Hit preview and you'll see the formatting instead of the tags. This method will work with any form of word processing program. (Notepad, WordPad, etc.)
Submitting an .rtf file takes longer because the moderators need to go through and add the formatting themselves.
Doing your story this way saves time for everyone because the moderators will simply copy and paste what you've pasted into the Story Text field.
=====
Here are the basic tags used for formatting text in stories:
<b> = bold (closing tag </b>)
<i> = italicized (closing tag </i>)
<u> = underline (closing tag </u>)
To use
bold
formatting:
-- The sun was low in the sky <b>but</b> it shone brightly over the land. --
The above sentence will appear like this when you use the bold tags:
-- The sun was low in the sky
but
it shone brightly over the land. --
Using the bold tags before and after a word will make only that word bold. If you do not include the closing tag, everything after the bold word will also appear bold.
An example if you forget the </b> (closing) tag:
-- The sun was very low in the sky <b>but it shone brightly over the land. --
The above sentence will appear this way if you forget the closing tag:
-- The sun was very low in the sky
but it shone brightly over the land.
--
Subsequently, anything after that sentence will also appear bold. The correct way is how it is shown in the first example above. To make an entire sentence bold text, add the <b> tag at the beginning of the sentence and the </b> at the end.
Example:
-- <b>The sun was very low in the sky, but it shone brightly over the land.</b> It was a humid day, the air hung thick all around. --
The above sentences will actually appear this way when using the bold tags:
--