28 Mar
2000
28 Mar
'00
4:43 p.m.
Michal Bukovjan writes:
... some simple HTML ... <br> <dtml-var name="my_sample_poll"> <br> .. some more simple HTML ...
This works for me: <dtml-with right_poll> <dtml-var index_html> </dtml-with> Of course you'll have to modify the poll's index_html document to remove all of the full page stuff because you only want a table cell for rightbox items. Dan Pierson, <dan@control.com>