Hi Team,
In a Power Automate flow, I have added a HTML code to generate a html file and then convert that file to .JPG
HTML code is generating .html file correctly as per the code written. But when converted to JPG file, the logo position is getting changed in JPG file,
Below is the HTML code for logo :
<img align=right src="', variables('Logo') ,'" width="300" height="90">
in html generated file I am able to observe the logo to be in the right side.
But the logo is appearing left in the converted JPG file which should appear on right side
Can you please suggest what might have gone wrong and how to correct it
Thank you
Lavanya