home » editing help » formatting
To display your text in bold, simply surround your text in asterisks '*' thus '*your text*' will display as your text.
To display your text in italics simply surround your text in tildes '~' thus '~your text~' will display as your text.
The 'tilde' is normally found on your keyboard just to the left of your or key as .
In the previous section you will have noticed the special formatting of the Tip box. To produce this your simply insert a paragraph which starts with <?> then, after a single space, enter your tip text.
<?> Your tip text
Your tip text
To highlight your text simply insert a paragraph which starts with <!> then, after a single space, enter your tip text.
<!> Your highlighted text
Your highlighted text
If you wish to centre a paragraph, simply indent it with three spaces at the beginning of the paragraph (or single line on its own). Thus entering:
Your centred text
Your centred text
If you wish to include a quotation in your text, simply start the line with a single space followed by a quotation mark, followed by your text, followed by another quotation mark, followed by any explanatory text (e.g. the origin of the quotation).
"I think that God in creating Man somewhat overestimated his ability." - Oscar Wilde
“I think that God in creating Man somewhat overestimated his ability.”
- Oscar Wilde
If you wish the text to be centred then precede the paragraph with three spaces (see Centred Text above).
“I think that God in creating Man somewhat overestimated his ability.”
- Oscar Wilde
If you wish to use a fixed font (for example) to make text line up into columns then you put '<pre>' on a line by itself before your text and '</pre>' on a line by itself after your text.
This is particularly useful for presenting Autoline-generated emails and cannot be bothered to create a Table, e.g.
<pre>
Company ->90 ->180 ->360 ->540 ->720 ->1080 1080-> Total
Ottershaw 6506 865 550 640 21 0 0 5752
Weybridge 14637 2374 2724 1894 68 0 0 21699
Grand tot 21144 1509 19040 7902 5384 5515 426 60923
</pre>
… will produce…
Company ->90 ->180 ->360 ->540 ->720 ->1080 1080-> Total Ottershaw 6506 865 550 640 21 0 0 5752 Weybridge 14637 2374 2724 1894 68 0 0 21699 Grand tot 21144 1509 19040 7902 5384 5515 426 60923
'[Button]' creates
Many magazines use star ratings to assess a product's performance. You can display these on your website simply by
Test rating =xxxoo=
to produce:
Test rating ![]()
![]()
![]()
![]()
![]()
At least three underscores on a line '___' will produce:
If you would like to include text into a box, you should encase the text with "«<" for a left-justified box and '>>>' for a right-justified box.
>>> This is a box on the right >>>
<<< This is a box on the left <<<
If you would like a border around the box, then add a "---" to the above commands
<<<--- This is a box with a border on the left <<<---
If you wish to set the width of the box, then simply use more than the three "---" which will then set the exact width. E.g.
<<<-------------------------------- This is a box with a fixed width and border on the left <<<--------------------------------
If you wish to add a comment to your page, that will be invisible to your website's visitors, then you have two options:
You can place a comment in the middle of a paragraph, by encasing your comment in hashes:
A little known fact is that Shakespeare was also an astronaut #please check this sounds crazy# and went to the moon as part of several space missions, as part of a team hand-picked by Julius Caesar.
You can also create a comment on a paragraph by itself, simply preceding the paragraph with a hash (there is no need to place a hash at the end of the paragraph).
# 14/07/2007The above paragraph is clearly nonsense and only a lunatic would believe that.
It's a good idea to precede all your comments with a date and your initials, so that other people editing your website will know to whom to report progress and how old the comment is.
You can easily search for your comments, by entering a hash into your website search; however a button has also been added to your editing toolbar.