From Thursday, May 23rd (05:00 PM CDT) through Friday, April 24th (1:30 AM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
jyang72211

More HTML tags in VI Description

Current, the only html tags that we can use in VI description is <b>bold</b>.  It will be nice if we have more html formating tags, for example, the bullet list and table (see below).  More tags will allow us to create VI description that is more organized and easier for the user to understand. 

 

Yik

 

Bullet List:

<ul>
<li type=square>First item
<li
type=square>Second item
<li
type=square>Third item
</ul>

Table:

<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
4 Comments
tst
Knight of NI Knight of NI
Knight of NI
AristosQueue (NI)
NI Employee (retired)

I think this should be closed as a duplicate of those other ideas, even though it is not quite an exact duplicate. jyang, do you agree?

jyang72211
Active Participant

I agree.

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!