Tags:
create new tag
view all tags

Question

Is it possible to have bullets inside a table? I have searched and searched but can't find any topics on this subject. So this:

  • bullet1
  • bullet2
..but now inside a table like this
Table1
table content with bullets
Result of putting a bullet inside a table
Table2
* test2 bullet1
* test2 bullet2
* test2 bullet3

Another try that doesn't workout quite the way we want:

Table3 column
  • test3 bullet1
  • col2bullet
  • test3 bullet2
  • col2bullet
  • col2bullet
  • test3 bullet3
  • 2nd column
    So using the < LI > html tag, the bullets stay outside of the actual table

    Update Another way to get bullets which is not really userfriendly:

    Table4
    • bullet tekst more tekst etc etc
    • bullet a lot of tekst so it will go to the next line
    • bullet
    Problem here: If the line doesn't fit a "Normal" bullet will break the line, continuing on the next line below the first word of that line. This solution will just continue on the next line below the bullet. If I would use %BB% instead of & # 8226; the EditTablePlugin will automatically replace %BB% with the code after saving it.

    Looking at the Twiki.org site I noticed that some pages that have bullets inside a table use a HTML table (Example: TextFormattingRules - raw view).

    Using the EditTablePlugin I would love to give the users the ability to edit a table and add bullets (not numbered, just the big-fat-dot bullets wink

    Thank you!

    Environment

    TWiki version: TWikiRelease04x01x01
    TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin, EditTablePlugin
    Server OS: RedHat Linux (version unknown)
    Web server: Apache (version unknown)
    Perl version: (version unknown)
    Client OS: XP/w2k
    Web Browser: FireFox, IE6
    Categories: Plugins

    -- DirkVandenBerg - 11 Dec 2007

    Answer

    ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

    Use %BB%.

    -- ArthurClemens - 11 Dec 2007

    Using %BB% combined with the EditTablePlugin will replace the %BB% with &#8226;. Plus it doesn't have the characteristics of a 'normal' bullet (on a long line the text will continue underneath the bullet instead of underneath the first word behind the bullet.

    -- DirkVandenBerg - 11 Dec 2007

    How about plain html.

    -- MichaelDaum - 11 Dec 2007

    Plain but valid html you can use:

    | *Table*    | *Column* |
    |<ul><li> Overview: what, how, who</li>\
    <li> When</li>\
    <li> Why</li></ul> | <ul><li>Dunno\
    <li> Wonno</li>\
    <li> Gonno</li></ul> |
    

    Table Column
    • Overview: what, how, who
    • When
    • Why
    • Dunno
    • Wonno
    • Gonno

    -- ArthurClemens - 11 Dec 2007

    Change status to:
    Edit | Attach | Watch | Print version | History: r6 < r5 < r4 < r3 < r2 | Backlinks | Raw View | Raw edit | More topic actions
    Topic revision: r6 - 2007-12-11 - PeterThoeny
     
    • Learn about TWiki  
    • Download TWiki
    This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
    Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.