> (1) how to put a list in a cell (table) There is no direct way, but you can use Include to include a complete other page.
> (2) how to use the wiki-enities (I've got them from > text_html_text_moin_wiki.py) > > <!ENTITY nbsp " "> <!-- no-break space = non-breaking space, > U+00A0, convert to U+0020 --> > <!ENTITY iexcl "¡"> <!-- inverted exclamation mark, U+00A1 ISOnum > --> > <!ENTITY cent "¢"> <!-- cent sign, U+00A2 ISOnum --> > <!ENTITY ... Depending on your moin version and configuration, it might just work when you enter ... ... > (3) how to remove small "globe" icon before every external link /i.e./ > [http://some.address.org Name] Modify the CSS (not recommended, though, a user should know when a reference leaves the local site). > (4) I use for color the Color2 macro. But When I write: > Some_text [[Color2(red, colored_text)]] some_other_text > the line is broken before some_other_text. How to get all of it in > the same line? This is maybe a bug / limitation. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
