Novacaster - Connecting Your Community
http://www.novacaster.com

Novacaster Text Formatting
by David Hopkins (Novacaster Public Information)
By default, Novacaster will convert line endings as follows:

1) Pairs of return characters will be turned into a <p> paragraph tag

2) Single return characters will be turned into a <br> linebreak tag.

If you check the 'Article is HTML' checkbox ('Text is HTML', for events), you are telling Novacaster that you want to control precisely where paragraph and linebreak tags are set, and Novacaster will then not attempt to modify line endings for you.

Please note that there is no need to check the '... is HTML' box if all you want to do is include links:

<a href="url">link text</a>

images:

<img src="url">

and other simple tags:

<b>bold text</b>

<i>italic text</i>

<blockquote>quoted text</blockquote>

in your articles.

However, if you want to use more complex HTML (such as tables or lists) then you need to check the '... is HTML' checkbox and enter all paragraph or linebreak tags by hand.

Here is a short list of common HTML tags:

HTML TagRequires "Article is HTML"
to be checked?
Effect
<b>bold text</b>Nbold text
<i>italic text</i>Nitalic text
<u>underlined text</u>Nunderlined text
<a href="index.pl">link to local page index.pl</a>Nlink to local page index.pl
<a href="http://www.w3.org/MarkUp/Guide/">link to remote site http://www.w3.org/MarkUp/Guide/</a>Nlink to remote site http://www.w3.org/MarkUp/Guide/
<a href="http://www.w3.org/MarkUp/Guide/" target="_blank">ditto, opens new window</a>Nditto, opens new window
Inline image: <img src="images/xml.gif" align="bottom">NInline image:
<img src="images/NVC/mozilla.gif" align="left" hspace="5" vspace="3">Image aligned left with the text wrapping around it, with 5 pixels of horizontal space either side and 3 pixels of vertical space above and below.NImage aligned left with the text wrapping around it, with 5 pixels of horizontal space either side and 3 pixels of vertical space above and below.
A list of items with bullet points
<ul>
<li>list item 1</li>
<li>list item 2</li>
</ul>
YA list of items with bullet points
  • list item 1
  • list item 2
A numbered list of items
<ol>
<li>list item 1</li>
<li>list item 2</li>
</ol>
YA numbered list of items
  1. list item 1
  2. list item 2
Simple table
<table width="100%" border="1" cellspacing="0">
<tr>
<td>R1C1</td><td>R1C2</td><td align="center">R1C3</td>
</tr>
<tr>
<td>R2C1</td><td>R2C2</td><td align="center">R2C3</td>
</tr>
<tr>
<td>R3C1</td><td colspan="2" align="center">R3C2+3</td>
</tr>
</table>
Y Simple table
R1C1R1C2R1C3
R2C1R2C2R2C3
R3C1R3C2+3

There are many excellent HTML tutorials available on the Web, which cover more ground than this article does.

Finally, when using HTML in Novacaster, you do not need to include the <html>, <head> or <body> tags - because the text you enter is wrapped up inside an HTML template that defines the structure of the page and already includes those tags.

E: info@novacaster.com T: 01980 670788