html5 - Outlook does not work with HTML -


my outlook 2010 not work html5 code. works fine gmail , hotmail.

the problem outlook spreads whole code on whole page. , not align code correctly. can me solve problem , or @ least tell me doing wrong? code is:

 <!--row 1-->  <tr style="position:fixed; width:794px;height:200px; margin-left:1050px;">        <td class=uni style="margin-top: 18px;margin-left:1000px;height:17px;width:41px;">l</td>  </tr>   <!--row 2-->  <tr style="position: fixed; margin-left:  750px;">        <td class=uni style="top:32px;left:655px;height:34px;width:96px;font-size:22pt; " >lossen</td>  </tr>   <!--row 3-->  <tr style="position: fixed; margin-top: 100px ">        <br>        <td class=uni style="top:128px;left:56px;height:17px;width:20px;">bonnummer</td>        <td class=uni style="top:127px;left:130px;height:17px;width:85px;"> numbers</td>        <br>        <td class=uni style="position: inherit; top:127px;left:537px;height:17px;width:40px; margin-left: 100px; margin-top: 90px">datum</td>        <td class=uni style="position: inherit; top:127px;left:580px;height:17px;width:100px; margin-left: 105px; margin-top: 90px">29-10-2014</td>  </tr> 

outlook can't read html5 elements. using classes in email bad practice. terrible in gmail, gmail doesn't read style tags or external css.

as know outlook uses word (not ie) rendering html markup. can read more supported , unsupported html elements, attributes, , cascading style sheets properties in following articles in msdn:


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -