[dokuwiki] Re: Embedded HTML Plugin

  • From: Myron Turner <turnermm02@xxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 17 Jun 2007 17:05:12 -0500

Tony Steward wrote:
Ok archive is now good. Thanks.
I am hoping I can use your plugin to create more powerful tables etc. As I 
really need row spaning etc.
Will this plugin allow me to do this?

Please give example as to how, thanks


Tony Steward
No problem. Just insert the opening and closing html tags in your page. Then, inside those tags you can use any HTML markup which is allowed by the access level you have set for the namespace. To use tables you will have to set the access level at "L" or "U".

Example:

<html>
<table cellspacing="4">
<tr>
<td>col 1</td><td>col 2</td><td>col 3</td><td>col 4</td>
</tr>

<tr >
<td colspan="3">Three columns wide</td><td>col 4</td>
</tr>
</table>

</html>


Got to http://www.mturner.org/htmlOKay/doku.php?do=show&id=html:level_3:clicking and look at the source. You will see that the page has an entire range of HTML markup, including a TABLE.


--

_____________________
Myron Turner
http://www.room535.org
http://www.bstatzero.org
http://www.mturner.org/XML_PullParser/


--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: