If you include a plugin inside of a table it does not work.
ie:
| ^ <?plugin Calendar>
Lee Hyun Jin
2002-06-14
Logged In: YES
user_id=179370
//-
define('NBSP', "\xA0");
//+
define('NBSP', "\x00");
it's just show a clean table.. but, is it right code? :-)
Geoffrey T. Dairiki
2003-02-23
Logged In: YES
user_id=45814
Yes.
Currently <?plugin?>s are always parsed at the block level
(like paragraphs, lists, etc...)
The elements in the old-style tables can only contain
in-line markup. (You can't put paragraphs into old-style
tables either.)
You can put plugins and paragraphs and lists and all that
into new-style tables:
Try something like:
A Calendar |
<?plugin Calendar?>
for an example.