I have email signature codes .. how to make it responsive?
Hi I design email signature and by using the sliced tool in PSD I save it as HTML codes but I don't know how to make it responsive e.g. of codes <html> <head> <title> Email Signuture</title> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- Save for Web Slices (temp12.png) --> <table id="Table_01" width="539" height="150" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="6"> <img src="" width="259" height="103" alt=""></td> <td rowspan="3"> <img src="" width="280" height="150" alt=""></td> </tr> <tr> <td colspan="6"> <img src="" width="259" height="14" alt=""></a></td> </tr> </table> </body> </html>