Formatting posts in n0tice
Note: You have to be logged in to post an update.
The one thing that is missing (currently) in n0tice is a text editor so I've worked through the basic HTML tags to see what works so that if you are using the web version you can format your posts a bit better.
Here are a few basic html tags you can use in your report. I've coloured them in <span style="color: #ff0000;">red</span> so you can copy and paste them and just change TEXT HERE to your own text.
If you use <span style="color: #ff0000;"><code><em>TEXT HERE</em></code></span> it will make the text enclosed between the tags turn in to italics like this <em>TEXT HERE</em>.
Likewise if you use <span style="color: #ff0000;"><code><strong>TEXT HERE</strong> </code></span> the enclosed text will turn bold like this <strong>TEXT HERE</strong>.
If you want to add a quote to your report then you can use <span style="color: #ff0000;"><code><blockquote>TEXT HERE</blockquote></code></span> to create this
<blockquote>TEXT HERE</blockquote>
Tip! Always make sure you use <span style="color: #ff0000;"><code><blockquote>TEXT HERE</blockquote></code></span> tags on a new line for the best effect.
If you want to strike through some text you can use the <span style="color: #ff0000;"><code><del>TEXT HERE</del></code></span> to get this effect <del>TEXT HERE</del>.
If you want to paste some content in from a document or a text editor then you can use <span style="color: #ff0000;"><code><pre>TEXT HERE</pre></code></span> to do this and it will preserve all the multiple spaces and line breaks, and look like this
<pre>TEXT HERE</pre>
Hope that these are useful to you until n0tice adds a text editor to the web interface.
