XWiki Tech Notes
Table of Contents- Remote versions on XWiki.com
- Changelog
- Browse by Webspace
- Vendor FAQ Listing
- How to highlight a block of words.
- How to change font color for a block of words.
- How to change both font and background color along with character bolding
- How to add a text area 40 chars wide
- How to prevent anonymous comments (SPAM)
- Configuring XWiki
- Troubleshooting XWiki
- Good Article / Tutorial
Remote versions on XWiki.com
Changelog
Browse by Webspace
Vendor FAQ Listing
How to highlight a block of words.
This is a simple example<span style="background-color:yellow">This is a simple example</span>How to change font color for a block of words.
This is a simple example<span style="color: rgb(153, 0, 0);">This is a simple example</span>How to change both font and background color along with character bolding
This is a simple example<span style="background-color:maroon; color:yellow; font-weight: bold;">This is a simple example</span>How to add a text area 40 chars wide
<textarea wrap="nowrap" cols="80" rows="20" name="textarea">This is a test</textarea>
How to prevent anonymous comments (SPAM)
Do the following by adding the changes to the XWiki Access Rights. Do not change current object(s) BUT add a new object with these values! A good way to have only logged user editing and commenting is: groups: XWiki.XWikiAllGroup, xwiki:XWiki.XWikiAllGroupusers: empty
level: edit, comment
allow: Allow
Configuring XWiki
Troubleshooting XWiki
Good Article / Tutorial
on 2009/02/25 03:33