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...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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>
|
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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...
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>
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
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.
Hmmm... maybe the table structure is not the right tool to use in this case. Have you tried bullet/number syntax?
or
[Upload: picture.gif] picture description with WikiWords
MikeP