Formatting/Markups
Unfortunately, the Editing Notes is missing a number of common formatting codes used by the system. Missing are formatting markups for things likebox
Used a lot in the system itself. this allows you to place a box around text.This is boxed text
code
Like box, allows you to box text, but treats it for the most part as-is without using formatting.This is <b>code</b> text
UnWiki
This is a set of codes that tells the Wiki to not process any markup found in it./=... don't parse this ...=/
Image
With left/right - allows you to put an image on the page float left or float right. In the example, you can see that the Alt tags being set too. Note that since the alt tag is more than 1 word, it is enclosed in double quotes. Since quotes won't work.
[^image.jpg class=right alt="Dimenet Logo"^]
The image above is an example of that usage. This is actually an external image from one of our other websites. So it works with both local and external images.
[^http://www.tnet.com/images/tnet-dimenet.gif class=right alt="Dimenet Logo"^]
If I want to use a custom CSS that I've added to my style, you can do that too.
CSS Used:
img.hdr {
margin-top: 20px;
float: right;
margin-left: 10px;
}
margin-top: 20px;
float: right;
margin-left: 10px;
}
[^http://www.tnet.com/images/tnet-dimenet.gif class=hdr alt="Dimenet Logo"^]
Esc code
is the back tickThis would display [form] rather than parse it. The back tick only effects the next character.

