Radio1 button where a person can select "Confirm" or "Remove". I have an HTML text box to display those results so I can send in an email. What I need is to hide any rows where "Confirm" is selected OR Highlight the entire row a different color so it stands out.

Here is my HTML Code:
"<p> <table border=""1"">
<tr style=""background-color: #377DDF;color:white;font-size:14px"">
<th>Name</th>
<th>User ID</th>
<th>Role</th>
<th>Ticket</th>
<th>Action</th>
<th>Comments</th>
"
&
Concat(Gallery2.AllItems,
"<tr style=font-size:16px>
<td width=""10%"">"&'Alpha Name (ALPH)' & "</td>
<td width=""10%"">"&'User ID (USER)' & "</td>
<td width=""10%"">"&'XML User ID (FRROLE)' & "</td>
<td width=""10%"">"& 'Program ID (PID)' &"</td>
<td width=""10%"">"& Radio1.Selected.Value & "</td>
<td width=""10%"">"& TextInput1.Text & "</td>") & "</table>" & "</tr>"