Hi, I’m trying to use a formula field to combine the rollup of HTML table rows with a table header. I have added slackes in front of the quotation marks to escape them and wonder how to treat the slashes that close the HTML tags?
<p><table border=\"1\" cellspacing=\"0\" cellpadding=\"3\">
<tbody>
<tr>
<td style=\"background-color: #bebebe; text-align: center;\"><strong>Date</strong></td>
<td style=\"background-color: #bebebe; text-align: center;\"><strong>Nights</strong></td>
<td style=\"background-color: #bebebe; text-align: center;\"><strong>Host</strong></td>
<td style=\"background-color: #bebebe; text-align: center;\"><strong>Location</strong></td>
<td style=\"background-color: #bebebe; text-align: center;\"><strong>Phone</strong></td>
</tr>