Outlook responsive Image in table not working / outside table is working -


i'm working in responsive newsletter , i'm finished. in last 2 weeks read issues , things mess when coding responsive newsletter.

my newsletter ready use , responsive face problem cant solve since 2 days.

i got image responsive in outlook:

<img src="#" style="width:230px;max-width:96%;border:0px;" width="230"> 

and table responsive in outlook:

<table width="800" style="width:800px;max-width:96%;text-align:justify;font-family:arial;color:black;font-size:14px;line-height:1.2em;">             <tr>                 <td style="text-align:justify;font-family:arial;color:black;font-size:14px;line-height:1.2em;">                     mass-text         </td>     </tr> </table> 

so far - works great. if put image in table isn't responsive anymore:

<table width="800" style="width:800px;max-width:96%;text-align:justify;font-family:arial;color:black;font-size:14px;line-height:1.2em;">         <tr>             <td style="text-align:justify;font-family:arial;color:black;font-size:14px;line-height:1.2em;">                          <img src="#" style="width:230px;max-width:96%;border:0px;" width="230">      </td> </tr> 

anybody know solution or know why isn't working because works single elements?

i tried few things give rows , columns percentage width , on... nothing working. want responsive table responsive image inside working outlook... experience this?

dont think max-width should static , width should relative i.e. max-width:800px , width:96%;


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -