Hi,
Im having a formatting issue with power apps HTML/CSS code. My scenario is power apps has a HTML code and its running when the user clicks on the submit button, Then runs a power automate decoding the HTML code and create a table as a pdf----> attach to an email and send.But the pdf that comes as the attachment with the table has a column header issue like this,
Can someone helps me to get rid of this two lines in between the column headers.My code also attached here
"<h3>Area Selection</h3>" &
"<strong> Areas </strong>" &
"<table width='100%' border='1' cellpadding='2' style='border:1px solid black;border-collapse:collapse'> <tr>
<th>Area_Owner_Group</th>
<th>Location</th>
<th>Area_Manager_Signature</th>
</tr>
<tr>" &
Concat(C1,
"<td>" & Area_Owner_Group & " </td>
<td>" & Location & " </td>","</tr><tr>") &
"</table>"
Thanks,

Report
All responses (
Answers (