ExtendedTextStyles
<< | Cookbook-V1 | >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
This documentation is written assuming you have enabled the Cookbook.ExtendedWikiStylesCSS1 recipe. For the time being, the best way to see how these examples work is to view the Wiki source.
word-spacing
- These words are negatively spaced at -1pt.
- These words are not spaced.
- These words are spaced at 3pt.
- These words are spaced at 2em.
letter-spacing
- These letters are negatively spaced at -1pt.
- These letters are not spaced.
- These letters are spaced at 3pt.
- These letters at 1em.
text-decoration
- This is overline.
- This is underline.
- This is line-through.
- This is blink.
vertical-align
- Baseline
- Middle
- Subscripted
- Superscripted
- Text is Top Aligned
- Text is Bottom Aligned
- Top Aligned
- Bottom Aligned
- I have no idea why this
vertical-align
example isn't working in my browser (IE6). I'll figure it out later.
text-transform
- lower case text that has been title-cased.
- lower case text that has been capitalized.
- UPPER CASE TEXT THAT HAS BEEN LOWERCASED
text-align
This text is left justified.
This text is right justified.
This text is centered.
This is some more sample text that has been justified using the %text-align=justify%
style syntax.
Another font that's not working "quite right" .. will troubleshoot this later.
text-indent
This is %text-indent=3em%
indented text.
This is %text-indent=25pt%
indented text.
This is %text-indent=25px%
indented text.
line-height
- This is a normal line of text.
- This line-height is 10px.
- This line-height is 25pt.
- This line-height is 2em.
Most of the mark-ups don't seem to work? Using IE6
<< | ExtendedWikiStyles | >>
See also: Cookbook.ExtendedWikiStylesCSS1 pmwiki-2.4.2 -- Last modified by {{}}?