This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
You can use either of the two tricks to achieve indented text:
Use the definition list#
;:Indented text
results in
- Indented text.
Use inline CSS#
%%(margin-left:2em) Indented text %%
Results in:
Indented text
The good thing about using the latter form is that you can use it recursively:
%%(margin-left:2em) Indented text %%(margin-left:2em) Indented text 2 %%(margin-left:2em) Indented text 3 %% %% %%
Resulting in:
Indented text
Indented text 2
Indented text 3
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 15-Nov-2006 15:51 by UnknownAuthor