This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi all, I'm hoping you can you may be able to assist with a small HTML formatting question I have that I have not been able to solve. I have created an HTML string for an email signature to use in an automated email flow and have it formatted almost exactly as I need apart from wanting a vertical line to appear down the centre, separating the image on the left and the text on the right.
Refer below for the HTML code and a link to a screenshot of the signature as it looks so far. I thought a way to create a vertical line would be to have the right side border visible for the table cell the image.png is present in, but I have not been able to have this appear in my power automate flow tests. Can anyone advise how I might achieve this?
Signature screenshot: https://imgur.com/a/HhtUI7I
The HTML code: <div > <table cellpadding="0" cellspacing="0" border="0"> Â <tr> Â Â Â <td><img align="left" src="IMAGE.png" height="84"; width="144"; border="1"></td> Â Â Â <td><p style="color:#0042b0;"><br><b> IT Support Team</b><br> Cyber Security<br> South West Division<br> <br> <b>Ph</b> 1800 111 222<br> <b>Email</b>Â [email protected]Â <b> W</b>Â www.Company123.com</p></td> Â </tr> </table> </div>
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/MicrosoftFl...