AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Thu Jul 24, 2003 10:00 pm Post subject: |
|
|
This can be done via special patch (much more robust solution, you can ask about it at jssupport@cooldev.com), or you can wrap every item with a table:
| Code: | | ['<table width="300" cellspacing="0" cellpadding="0"><tr><td>My node with some long text</td></tr></table>', 'my_file.html', null], |
|
|