1. Write using Posts.  Do not write using Page.
  2. Use Heading 3 for first level headers in posts. Why? SEO reasons. Heading 1 is already used for the Site title. Heading 2 is for the post title.
  3. For lists, use actual lists by clicking the number list or bullet list icon on the Visual editor.
  4. For story snippets, do the following:
    1. Paste the story into the Visual Editor.
    2. Click the Text editor (top right of the editor).
    3. Wrap the story in an html div element. There must be a space between the opening div element and the first line. Also, each line should be double spaced. Most the double spacing is done for you if you paste the story in using the editor. Example:

[html]
<div class="story">

I saw them coming in my dream.

The clock on my nightstand read 2:07 AM TUE in glowing red digits. If I could have woken myself up, I would have run, but I’d never been able to wake myself from this type of dream.

The men entered like a special military force, dressed in uniforms as black as my room but probably not as black as their intentions. They moved with an improbable silence.

</div>
[/html]

  1. Links to Amazon should use the following affiliate tag: utahfantasyauthors-20. For example, the link to Fire Light by J. Abram Barneck looks like this:

[text]<a href="http://www.amazon.com/dp/B00EQANIJU?tag=scififantasyreaders-20">http://www.amazon.com/dp/B00EQANIJU?tag=scififantasyreaders-20</a>[/text]

  1. Links to other pages do not need the hostname in the a tag.

[text title=”Wrong”]<a href="http://utahfantasyauthors.com/2014/02/26/member-information/">Members</a>[/text]

 

[text title=”Correct”]<a href="/2014/02/26/member-information/">Members</a>[/text]

More to come . . .