Page 1 of 1

Wiki Question - Does the wiki support tables & anchors?

Posted: Fri 23 Feb 2007, 07:02
by puppyfan12
Since there's 2 versions of the CE release it would be good to have 3 columns.

example:

column 1 (application type) | Column 2 (CE standard} | column 3 (CE office)
web browser | Lightweight FF build | Firefox / Iceweasel
email | sypheed-claws | Thunderbird

tables in wiki

Posted: Fri 23 Feb 2007, 08:50
by Lobster
you can see dual panels implemented here
http://puppylinux.org/wikka/PuppyHardware/

tables can be created in Composer, NVU or Komposer
and the HTML put between double speech marks "" ""
To use anchors (which I have never done) this is the most
likely method


done in wiki code (probably the most awkward
like so:

Code: Select all

 {{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
details on wiki
http://puppylinux.org/wikka/UsingThisWiki
details on formatting
http://demo.wikkawiki.org/FormattingRules
details on HTML
http://wikkawiki.org/UsingHTML

Hope that helps :)

Posted: Sat 24 Feb 2007, 00:16
by puppyfan12
yep, thanks for the links.

I've compiled all the app info (so far) in the wiki for the Community Edition

Posted: Wed 28 Feb 2007, 13:50
by amish
i was also curious about anchors, this was a big help. actually if you use anchors the old way <a name="start"></a> then the wiki will automatically strip it from your entry!

this works, however. i found it on the wikka wiki site and used it successfully in our puppy wiki:
""<a id="docs"></a>""

Posted: Mon 05 Mar 2007, 00:17
by puppyfan12
amish wrote:i was also curious about anchors, this was a big help. actually if you use anchors the old way <a name="start"></a> then the wiki will automatically strip it from your entry!

this works, however. i found it on the wikka wiki site and used it successfully in our puppy wiki:
""<a id="docs"></a>""

I haven't tried using css or xhtml tags on the wiki yet but I'll give your suggestion a try. Thanks for the tip amish!