LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I put tabulation, new line, italic etc... in a command table?

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?

0 Kudos
Message 1 of 3
(3,120 Views)

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>.

 

 

0 Kudos
Message 2 of 3
(3,117 Views)
The report VIs will change <tab> to the <br> HTML tag, and <newline> to <br> as well. Jorn is correct - there is no "tabulation" in HTML unless you use actual tables. Multiple whitespace in HTML is ignored, unless you explicitly use &nbsp;
0 Kudos
Message 3 of 3
(3,092 Views)