By
Sputbot
Description
To be able to indent a new paragraph as with the tab key, copy the code or modify it to one's own needs.
Code
[[span style="margin-left:40px"]] This paragraph is indented. You can also change the number of pixels it is indented by changing the number before the px. Here are some examples: [[/span]]
[[span style="margin-left:20px"]] 1. Paragraph 1 [[/span]]
[[span style="margin-left:40px"]] 1.1. Paragraph 1.1 [[/span]]
[[span style="margin-left:40px"]] 1.2. Paragraph 1.3 [[/span]]
[[span style="margin-left:60px"]] 1.2.1. Paragraph 1.2.1 [[/span]]
[[span style="margin-left:20px"]] 2. Paragraph 2 [[/span]]
[[span style="margin-left:40px"]] 2.1. Paragraph 2.1 [[/span]]
[[span style="margin-left:20px"]] 3. Paragraph 3 [[/span]]
In action
This paragraph is indented. You can also change the number of pixels it is indented by changing the number before the px. Here are some examples:
1. Paragraph 1
1.1. Paragraph 1.1
1.2. Paragraph 1.3
1.2.1. Paragraph 1.2.1
2. Paragraph 2
2.1. Paragraph 2.1
3. Paragraph 3
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.






Is there any way to indent from the right side of the page?
I would use span/div style="padding-right:20em;" or margin-right:…."
have a look at http://community.wikidot.com/howto:howto:embelish-text:examples
Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)
Wollen Sie Wikidot helfen im deutschen » Handbuch ?
It would be great if you could use a single character to indent that line, like wikia pages. They use the : or ; characters to indent a line. Hope someone manages to implement it! It would cut down on all the confusing code.