Compose tips

input formats:
  • Filtered HTML:
    • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
    • Scripture references will be linked automatically to an online Bible. E.g. John 3:16, Eph 2:8-9 (ESV).
    • Web page addresses and e-mail addresses turn into links automatically.
    • Twitter-style @usersnames are linked to their Twitter account pages.
    • Twitter-style #hashtags are linked to search.twitter.com.
    • Allowed HTML tags: <a> <b> <blockquote> <br> <center> <cite> <code> <dd> <div> <dl> <dt> <em> <embed> <i> <img> <li> <object> <ol> <p> <param> <pre> <span> <strike> <strong> <sub> <sup> <u> <ul>

      This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

      For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

      Tag DescriptionYou TypeYou Get
      Anchors are used to make links to other pages.<a href="http://www.correntewire.com">Corrente</a>Corrente
      Bolded<b>Bolded</b>Bolded
      Block quoted<blockquote>Block quoted</blockquote>
      Block quoted
      By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibilityText with <br />line breakText with
      line break
      No help provided for tag center.
      Cited<cite>Cited</cite>Cited
      Coded text used to show programming source code<code>Coded</code>Coded
      No help provided for tag div.
      Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.<dl> <dt>First term</dt> <dd>First definition</dd> <dt>Second term</dt> <dd>Second definition</dd> </dl>
      First term
      First definition
      Second term
      Second definition
      Emphasized<em>Emphasized</em>Emphasized
      No help provided for tag embed.
      Italicized<i>Italicized</i>Italicized
      No help provided for tag img.
      No help provided for tag object.
      Ordered list - use the <li> to begin each list item<ol> <li>First item</li> <li>Second item</li> </ol>
      1. First item
      2. Second item
      By default paragraph tags are automatically added, so use this tag to add additional ones.<p>Paragraph one.</p> <p>Paragraph two.</p>

      Paragraph one.

      Paragraph two.

      No help provided for tag param.
      Preformatted<pre>Preformatted</pre>
      Preformatted
      No help provided for tag span.
      No help provided for tag strike.
      Strong<strong>Strong</strong>Strong
      Subscripted<sub>Sub</sub>scriptedSubscripted
      Superscripted<sup>Super</sup>scriptedSuperscripted
      Underlined<u>Underlined</u>Underlined
      Unordered list - use the <li> to begin each list item<ul> <li>First item</li> <li>Second item</li> </ul>
      • First item
      • Second item

      Most unusual characters can be directly entered without any problems.

      If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

      Character DescriptionYou TypeYou Get
      Ampersand&amp;&
      Greater than&gt;>
      Less than&lt;<
      Quotation mark&quot;"
    • The Glossary module will automatically mark terms that have been defined in the glossary vocabulary with links to their descriptions. These marks depend on the settings and may be a superscript character or an icon, or the term may be turned into an acronym, cite, or abbreviation. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.
    • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
  • Full HTML:
    • Allowed HTML tags: <style> <iframe> <script> <sub> <sup> <a> <b> <br> <center> <dd> <dl> <dt> <em> <embed> <font> <form> <h1> <h2> <h3> <h4> <h5> <h6> <head> <hr> <i> <img> <input> <li> <ol> <option> <p> <strike> <table> <td> <th> <title> <tr> <tt> <u> <ul> <blockquote> <object> <param> <span>

      This site allows HTML content. While learning all of HTML may feel intimidating, learning how to use a very small number of the most basic HTML "tags" is very easy. This table provides examples for each tag that is enabled on this site.

      For more information see W3C's HTML Specifications or use your favorite search engine to find other sites that explain HTML.

      Tag DescriptionYou TypeYou Get
      No help provided for tag style.
      No help provided for tag iframe.
      No help provided for tag script.
      Subscripted<sub>Sub</sub>scriptedSubscripted
      Superscripted<sup>Super</sup>scriptedSuperscripted
      Anchors are used to make links to other pages.<a href="http://www.correntewire.com">Corrente</a>Corrente
      Bolded<b>Bolded</b>Bolded
      By default line break tags are automatically added, so use this tag to add additional ones. Use of this tag is different because it is not used with an open/close pair like all the others. Use the extra " /" inside the tag to maintain XHTML 1.0 compatibilityText with <br />line breakText with
      line break
      No help provided for tag center.
      Definition lists are similar to other HTML lists. <dl> begins the definition list, <dt> begins the definition term and <dd> begins the definition description.<dl> <dt>First term</dt> <dd>First definition</dd> <dt>Second term</dt> <dd>Second definition</dd> </dl>
      First term
      First definition
      Second term
      Second definition
      Emphasized<em>Emphasized</em>Emphasized
      No help provided for tag embed.
      No help provided for tag font.
      No help provided for tag form.
      Header<h1>Title</h1>

      Title

      Header<h2>Subtitle</h2>

      Subtitle

      Header<h3>Subtitle three</h3>

      Subtitle three

      Header<h4>Subtitle four</h4>

      Subtitle four

      Header<h5>Subtitle five</h5>
      Subtitle five
      Header<h6>Subtitle six</h6>
      Subtitle six
      No help provided for tag head.
      No help provided for tag hr.
      Italicized<i>Italicized</i>Italicized
      No help provided for tag img.
      No help provided for tag input.
      Ordered list - use the <li> to begin each list item<ol> <li>First item</li> <li>Second item</li> </ol>
      1. First item
      2. Second item
      No help provided for tag option.
      By default paragraph tags are automatically added, so use this tag to add additional ones.<p>Paragraph one.</p> <p>Paragraph two.</p>

      Paragraph one.

      Paragraph two.

      No help provided for tag strike.
      Table<table> <tr><th>Table header</th></tr> <tr><td>Table cell</td></tr> </table>
      Table header
      Table cell
      No help provided for tag title.
      No help provided for tag tt.
      Underlined<u>Underlined</u>Underlined
      Unordered list - use the <li> to begin each list item<ul> <li>First item</li> <li>Second item</li> </ul>
      • First item
      • Second item
      Block quoted<blockquote>Block quoted</blockquote>
      Block quoted
      No help provided for tag object.
      No help provided for tag param.
      No help provided for tag span.

      Most unusual characters can be directly entered without any problems.

      If you do encounter problems, try using HTML character entities. A common example looks like &amp; for an ampersand & character. For a full list of entities see HTML's entities page. Some of the available characters include:

      Character DescriptionYou TypeYou Get
      Ampersand&amp;&
      Greater than&gt;>
      Less than&lt;<
      Quotation mark&quot;"
    • The Glossary module will automatically mark terms that have been defined in the glossary vocabulary with links to their descriptions. These marks depend on the settings and may be a superscript character or an icon, or the term may be turned into an acronym, cite, or abbreviation. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.
    • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple blank lines.
    • Web page addresses and e-mail addresses turn into links automatically.
    • Scripture references will be linked automatically to an online Bible. E.g. John 3:16, Eph 2:8-9 (ESV).
    • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
    • Twitter-style @usersnames are linked to their Twitter account pages.
    • Twitter-style #hashtags are linked to search.twitter.com.

Help Corrente ...

... keep the heat on!

Subscribe to make a monthly payment and keep the hamsters who keep the mighty servers turning in kibble.

No PayPal Account required! Thank you!

I support Americans United for Separation of Church and State.