Bu imzayı aşağıdaki linkteki ekran görüntüsündeki sağ taraftaki imza gibi yapmak istiyorum. Kullanılacak logo https://websitesi.com/signatures/ntnleftlogo2.svg ve HTML kodum aşağıdaki gibidir. Yardımcı olabilcek varsa çok makbule geçer

https://prnt.sc/v313ba
<!DOCTYPE html> <html lang="en"> <head> <title>websitesi Signatures</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table style='line-height:2.5'> <tr> <td> <div style='width:550px; display: block; color: black; text-align: left;'><div style='font-family: Helvetica; font-size: 16px; letter-spacing: 0px; line-height: 16px;font-weight: bold; margin-bottom: 15px'> <span style='color: #037394'> User Name</span> | <span>System Integration Specialist</span> </div> <hr width=498 align=left color=#037394 /> <div style='font-family: Helvetica;font-size: 13px; text-align: left;'> <img border=0 width=20 height=20 align=center alt='websitesi telephone' src="https://websitesi.com/signatures/ntntel.png" style='height:.1.5in;width:.1.5in' align=center><a style='color: black'> + tel no</a> </div> <div style='font-family: Helvetica;font-size: 13px; text-align: left;'> <img border=0 width=20 height=20 align=center alt='websitesi web' src="https://websitesi.com/signatures/ntnweb.png" style='height:.1.5in;width:.1.5in' align=center><a style='color: black'> www.websitesi.com</a> </div> <div style='font-family: Helvetica;font-size: 13px; text-align: left;'> <img border=0 width=20 height=20 align=center alt='websitesi mail' src="https://websitesi.com/signatures/ntnmail.png" style='height:.1.5in;width:.1.5in' align=center><a style='color: black'> user@websitesi.com</a> </div> <div style='font-family: Helvetica;font-size: 13px; text-align: left;'> <img border=0 width=20 height=20 align=center alt='websitesi address' src="https://websitesi.com/signatures/ntnaddr.png" style='height:.1.5in;width:.1.5in' align=center><a style='color: black'> adres<br></a> <hr width=498 align=left color=#037394 /> </div> <div style='font-family: Helvetica;font-size: 13px; text-align: left;'> <img border=0 width=500 height=70 align=center alt='websitesi logo' src="https://websitesi.com/signatures/ntnlogo.png" align=center><a style='color: black'></a> </div> </div> </td> </tr> </table> </body> </html>