Menu

using tables on pages

Help
qwerty2
2005-06-15
2012-10-11
  • qwerty2

    qwerty2 - 2005-06-15

    Hi,

    when I use something like this:

    Table 1 |
    Some WikiWord

    shown table has a frame. WikiWord works fine as a link. I just want to get rid of the frame.

    Alternative is to use RawHtml plugin and use something like this:

    <?plugin RawHtml
    <table>
    <tr>
    <td>Table 1</td>
    <td>Some WikiWord</td>
    </tr>
    </table>

    This table has no frame, BUT WikiWord does not show as a link to WikiWord.

    Is it possible to trick this somehow? I cannot end RawHtml plugin and write my wikiwords and then start new RawHtml, because these wikiwords will be in new paragraph, outside the table...

     
    • Mike Pullen

      Mike Pullen - 2005-06-16

      When you start a table, it WILL have frames around it. From my reading on the matter, that's the way it works. Urban might be able to provide a new option to turn the frames OFF, but I expect that would take a long time to show up in code.

      Here is a rather complex table with embedded WikiWord that works on my configuration (flat files), and note how the frames are created (when/if you try it in a sandbox test page):

      ====================================
      ! Open Issues Log

      Issue Nbr |
      Status |
      Issue <br>
      1. |
      Open |
      2005-04-20: Responsiveness to requests for information.
      Plan |
      2005-04-13 :
      Establish firm deadlines
      Activity |
      date :
      action <br>

      1. |
        Closed|
        2005-05-03: TonyGomez requested additional fields and views of the database. He provided several spreadsheets as examples.
        Plan |
        2005-05-03 :
        incorporate into the web site design by expanding the database composition and the web page layout, with suitable logic for several calculated fields.
        Activity |
        2005-05-19 :
        Revised the web layouts and database design to incorporate the data identified in the various spreadsheets. <br>

      =====================================

      Indenting is a significant factor with tables, so get that right first.


      MikeP

       
    • qwerty2

      qwerty2 - 2005-06-16

      Thanks for your example. Nice.

      Try this:

      [Upload: picture.gif] |
      picture description with a WikiWord

      I want to have picture at left border of page and text to the right of it. It is no problem to do it with <table>, but wikiwords do not work. Code above produces table frame.

       
      • Mike Pullen

        Mike Pullen - 2005-06-16

        Hmmm... maybe the table structure is not the right tool to use in this case. Have you tried bullet/number syntax?

        • [Upload: picture.gif] picture description with WikiWords

        or

        [Upload: picture.gif] picture description with WikiWords


        MikeP

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.