08-19-2009 02:26 AM
Hello,
I try to use the example: Example report HTML.vi, there is an exemple with this command: <tab>, <newline> but it seems that it's not work very well, how can I perfom to write correctly a texte with tabulation, newline etc... Do you know the command words to put in the command table?
08-19-2009 02:31 AM
As far as I know there is no tabulation in HTML. If you need some arranged text use a table with borderwidth 0 (grid lines will become invisible).
A newline in HTML is <br> a new paragraph is <p>.
08-19-2009 09:54 AM