On Email on iPhone Viewpoint does not seem to work, im trying to get a formated email to load at scaled down view at the moment it loads as seen in picture below
I have the following code
<style>
body {
color:white;
min-width: 100px
}
</style>
<div style="float:left; width: 800px;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td bgcolor="#333333" valign="top">
<div align="center" style="padding: 0px 0px 0px 0px;">
<table border="0" cellpadding="0" cellspacing="0" width="800" class="wrapper" bgcolor="green">
<tr>
<td>Content Example</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
0 comments:
Post a Comment