<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Before I invest to much of my time in this I was wondering is it possible to embed a table (like the one in the FX examples directory - table.rb) into a text field in a tab?<br><br>I have a tab and currently I just push out all my data from an array onto a text area using array.join("\n"). I would like to put this into a structured table for example<br><br>data A data B data C<br><br>Can I do this? I assume it will need to be a loop to create new rows each time a new entry is read from the array?<br><br>Many thanks<br><br>Stuart<br></td></tr></table><br>