Newsletter resized in mobile mail program

Hi everyone,
I am having issues with a newsletter I am sending. Mobile email clients (ie. Mail for iPhone) resizes the paragraphs on my newsletter. If I view the same newsletter on the mobile browser, it looks fine. it seems to be the mail program. When I open the email the layout shows perfect, but then, in a split second, it gets resized. See attached images for before and after. Any ideas why this is happening? It also happens with Android devices. Thank you for your help in advance!
Rafa.

I took a long look into this.  And many rules for creating a webpage hold true for an HTML email.  You had no document type, so already we start in quirks mode where the browser or email client guesses at how to render the HTML.  Then we have a mix of XHTML and HTML.  And then you have columns that didn't add up to 100% nor the width "620".  And the list goes on and on with code.  Since this is an email targeted for mobile devices you can get away with an HTML5 doctype and some other fancy CSS that you wouldn't otherwise use, should you use the -webkit prefix on everything.
Below is the top section cleaned up a little.  I figure you can take this as an example to learn from. 
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
</head>
<body style="background:#666666;">
<table width="600" align="center">
  <tr>
    <td><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,2k1d,83aq,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/banner10192011.png" alt="banner_img" width="618" height="174" border="0" usemap="#Map"></a>
      <map name="Map" id="Map">
        <!--UPDATED PROFILE link-->
        <area shape="rect" coords="458,124,599,150" href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,ey5s,46dj,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f" />
    </map></td>
  </tr>
  <tr>
    <td style="background:#FFFFFF;"><p>At MEDIA TECH PLUS, we are very proud of the relationship we have developed with our customers. Providing high quality products and superior customer service are our top priorities. I be there are some things you don't know about us.</p>
      <ul>
        <li style="list-style-image:url(http://www.elabs10.com/content/2010002842/bullet10192011_.png);">We archive <strong>EVERY</strong> job we run. We keep masters and artwork on file in our Orlando office. So if you want to re-run or update your project from as far back as 1999, odds are we can get it done for you.</li>
        <li style="list-style-image:url(http://www.elabs10.com/content/2010002842/bullet10192011_.png);">We work with clients that span a great variety of industries. Education Networks, On-Line Bookstores, Training Organizations, Ministries, Marketing Agencies and Manufacturing Firms, just to name a few. Many of our clients have been a part of the MTP family for over 10 years. Customer loyalty is the only true measure of how we are performing.</li>
        <li style="list-style-image:url(http://www.elabs10.com/content/2010002842/bullet10192011_.png);">Our goal is to take the burden of getting a project out the door off your hands. If you have a challenge in any part of the project - Design, Duplication, or Delivery, our staff is here to help you through the process.</li>
        <li style="list-style-image:url(http://www.elabs10.com/content/2010002842/bullet10192011_.png);">You are not just a number to us. You will speak to one of our experienced staff <strong>EVERY TIME YOU CALL</strong>. No auto-attendant or call center. If color and quality is really important to you, you can even sit down and review a one-off proof of your project before we run the entire job.</li>
      </ul>
    <p>In order to maintain our records, and also keep you aware of the exciting things happening at MTP, we would like you to take just a few minutes to update your profile on our system. Click HERE to update your profile, and we will thank you by sending you a free gift. For those of you who are willing to also follow us on Facebook and Twitter, we will include a FREE Flash Drive to show our appreciation. Don't forget to include your mailing address when you update the profile, so we know where to send it!</p>
    <p style="text-align:center;"><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,1rrn,7ihe,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/updatedbutton10192011.png" alt="Update Your Profile" width="241" height="46" style="border:none;"></a></p>
    <p>We look forward to keeping you up to date with new products and services as we expand our business over the next several months. Digital Media is our business. Leverage is our experience, and let us help you DEVELOP your strategy, DESIGN your content, DUPLICATE your message, and DELIVER results.</p></td>
  </tr>
  <tr>
    <td><table width="100%" border="0" style="text-align:center;">
      <tr>
        <td colspan="4"><img src="http://www.elabs10.com/content/2010002842/bar10192011.jpg" alt="Spacer" width="605" height="6"></td>
        </tr>
      <tr>
        <td><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,6uhb,4n7x,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/facebook_64.png" alt="Facebook" width="64" height="64" style="border:none;"></a></td>
        <td><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,adum,avtx,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/twitter_64.png" alt="Twitter" width="64" height="64" style="border:none;"></a></td>
        <td><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,hr20,ik56,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/linkedin_64.png" alt="LinkedIn" width="64" height="64" style="border:none;"></a></td>
        <td><a href="http://www.elabs10.com/c.html?rtr=on&s=x8pc4a,psrq,41ku,jcsa,f4n6,ii6o,bgv&MLM_MID=1203686&MLM_UNIQUEID=d2c9003a0f"><img src="http://www.elabs10.com/content/2010002842/rss_64.png" alt="Feed" width="64" height="64" style="border:none;"></a></td>
      </tr>
      <tr>
        <td colspan="4"><img src="http://www.elabs10.com/content/2010002842/bar10192011.jpg" alt="Spacer" width="605" height="6"></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td style="background:#FFFFFF;"> </td>
  </tr>
</table>
</body>
</html>

Similar Messages

  • TS3276 I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    I am not able to Mobile Me email account to connect with iCloud or my Apple Mail program. Don't know if my settings are correct or not. Can anyone help me with this please?

    http://support.apple.com/kb/HT5922
    If you want to mirror your desktop, see:
    http://support.apple.com/kb/HT5404
    Regards.

  • HT201320 how do I sync my email form my "Mail" program on my powerbook to my iphone.

    how do I sync my email accounts form my "Mail" program that are on my powerbook to my iphone. there used to be a tab in iTunes where all my emails were listed. where did this go?

    You will need to go to settings>mail contacts and calendars Once you are there you will then  add the email account you are wanting to sync the information from to your mobile device. Once the account is added to the mobile device you then will be able to sync contacts ect... to the device.

  • Web-based mail program as default for emailing photos?

    I'd prefer to use my gmail account to send photos, rather than my Mail account. But the options are only for Mail, Entourage, and AOL, I think.
    I can't seem to figure out how to do this any other way than from gmail, click "attach a file" and browse through my directories and select each individual photo. This would be fine, except that the attachments are enormous and I can't figure out how to resize them to a manageable size.
    So, to summarize. Is it possible to use a web-based mail program as your iphoto default? If not, how can I shrink the size down to 240X320 or 640X480, or somewhere in that range?
    I'm using iphoto 4.0.3. Thanks.

    There are programs that allow you to designate a web mail page for the default email program (WebMailer for one). I would guess they should work the same jumping from iPhoto, but don't know how well they'd work at attaching an image since that is usually a process specific to how the page is designed.
    Probably, it'd be easiest to leave Mail as the default email app with Gmail set as the default account, for situations like this, and use the regular webmail interface when you're not planning to attach an image if you like that interface more.

  • Having Problems with my mail Program

    I am having Problems with my email account. I am still on OS snow Leopard and just recently ordered the Newer Mac mini with Lion.
    I use to have the Mobile Me account, since I haven't switched over to iCloud yet, I still have the Mobile Me account set up in my email account and still have the Mobile Me idisk on my desktop.I also have my other local isp email account in my mail program. Just now I am getting a email problem from my other email account, I am getting my email but I get a pop up window that request my password from my other email account and at the top of the side bar where the mail icons are on the left side there is a "A" with a Circle around it next to my mail icon or sometimes a " ~ " (Tilda)  next to the mail icon. I tried to contact my ISP to ask them if they were having propblems at their end but they didn't get back to me, they usually do get back to me.
    Since I have the Mobile Me email account un active, am wondering if the mobile me account is effecting my other active email? am also wondering if the computer still thinks that the Mobile me email account is still active and is trying to get mail through my other active email account?
    Does someone have any soloutions for me? or can someone Please help me? cause this is very fustrating cause that Password wondow keeps popping up and I can not turn it off from popping up unless I completly quit the mail program but if I restart it or reopen it up, it starts all over again.
    Please someone Help me if you know what is going on here?
    Thank You,
    Mrs. Trisha Foster

    you might try to look for the VACUUM command (do a google search on: mail.app vacuum).
    The ~/Library/Mail/Envelope Index file is a SQLite database. it does slow down as things are added and deleted. You can also find people who suggest deleting (or moving this file to the desktop or somewhere else) after quitting MAIL and then restarting MAIL... it will tell you it needs to import all your mail... it SHOULD find all the mail and rebuild the "Envelope Index" file. You can try it.
    link here http://www.macosxhints.com/article.php?story=2006013009291731
    Message was edited by: keith daniel1

  • Puzzled by the Mail program...

    Hello everyone,
    I just got the new iPod touch and am kind of baffled at how the mail program works. I am hoping someone can enlighten me.
    First puzzling thing is, I have the mail preference set to manual but the mail continues to download automatically. Finally to make it stop I turned off my WiFi connection. I manually deleted the mail in the inbox, and now it shows a message to give me the option of loading 25 more messages out of a total of over 2 billion unread messages! What in the world is going on? I know I do not have 2 billion messages on my server.
    As far as I can tell, when I select manual it is downloading new mail every time I access the program. Is this correct?
    Second thing that would be great is if I could tell the iPod mail program to only download recent messages. I do not want it downloading messages more than one day old. There does not seem to be any preference available for this and it is currently downloading all messages remaining on the server. Not what I need from a mobile device.
    I would be interested in hearing what others have done that works conveniently for them when using Mail on the iPod touch or iPhone...
    One item of note regarding SPAM, I found that Spam Sieve can manage spam on the iPod touch if I make my mail accounts IMAP and set mail to automatically update on my computer. The e-mail that Spam Sieve moves to the spam folder on my computer gets deleted from the IMAP server because it is moved out of the main account folder. Then when I check mail with the iPod the spam has already been eliminated. iPod e-mail would be unusable for me otherwise since I get hundreds of spams a day.
    Thanks all!

    For the recent messages part, the program should automatically receive only the most recent messages, up to the number specified in settings (the options are 25, 50, 75, 100, and 200 most recent messages).
    If the option to "Show next 25 messages" is there in the mail program, those technically aren't downloaded yet; by clicking the button, then the messages are moved to the phone as well. The 2 Billion messages might just be an error. I've personally never seen it. You could try deleting the account on your phone and re-entering it if you feel like it, that might correct the problem (it could right itself after a while too).

  • Cannot send mail with mobile mail software

    I have been trying to send mail with my mobile mail software on my AOL account and my mail won't got through,  But when I click on my mobile web and access my AOL email that way it allows me to send mail with no problem. The problem started today, I have an lg env3 and the latest software version of the mobile mail.

    From working with other customers, the best thing to do would be to remove the email account entirely from the Mobile Email program and re-add it.  If the issue persists, remove the Mobile Email application altogether and redownload it.  If it still persists even after that and all other data services are working such as the browser, My Verizon, etc. call AOL Mobile Support at 866-265-3019. 
    I hope this helps you.  Let us know if it did. 

  • Using iPad mail program I have a draft of an email. I attempted to "cancel" and "delete draft" but it is still on my screen even after shutting down and restarting. How do I exit so that I can use other mail functions?

    Using iPad mail program I have a draft of an email. I have attempted to "cancel" this and "delete draft" but the email stays on my screen. How can I exit this so that I can use other email functions?

    Try closing the Mail app completely and see if it works properly when you re-open the app : from the home screen (i.e. not with the Mail app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Mail app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How to I get a link with a "Mail to" address to open up a Compose window in my Yahoo mail, rather than in the Mail progrom on my Mac. I do not use the Mac Mail program.

    How to I get a link with a "Mail to" address to open up a Compose window in my Yahoo mail, rather than in the Mail progrom on my Mac. I do not use the Mac Mail program.
    == This happened ==
    Not sure how often
    == always

    Thank you, "the-edmeister" -- You render a great service, one that lifts my spirits.
    Your answer also taught me to be a little more persistent, as I had started looking at Preferences, and just didn't notice the icons (including Applications) at the top of that window that would have led me to my answer.
    Dave

  • For no apparent reason, my email will not autofill addresses. I have no problem on IE, Chrome or Opera. This problem just started with firefox within the last 24 hours. My mail server is AT&T/Yahoo, and I use webmail - not a mail program.

    With all other browsers, when I compose an email, once I start to put the recipient's name in the To box, it will autofill the name if it is in my Contacts. This has been the case with firefox until the last 24 hours. Now, firefox does not automatically recognize any of my contacts. This problem is not happening on IE, Chrome, or Opera. I access my email through my AT&T/Yahoo account on the web, not through a mail program.

    please try to uninstall the adobe flash plugin from the windows control panel. afterwards manually delete any leftover files in ''C:\Windows\SysWOW64\Macromed\Flash'' and download & install the plugin again (uncheck the option to install the bundled security software): www.adobe.com/go/getflashplayer

  • How can I update my Mail program in 10.6.8 to iCloud Mail?

    I am running 10.6.8 on my iMac, which is my work "workhorse." I can't update it to Lion because I can't afford to update Quark/Photoshop et al that I'd need. And it works fine.
    I also have a Macbook Air running the latest Lion, as well as an iPod 5 running IOS7. Both access my iCloud mail address and folders/filtering set up on iCloud.
    However, the Mail program on my iMac is still showing my MobileMe mailbox (and MobileMe is in my system preferences). I had an elaborate filtering-to-folders set up in Mail for my MobileMe account (not in the online MobileMe). I've disabled all the filtering in my Mail program, but iCloud still sends some mail to the older folders I had set up in the program, overriding the new folder-filtering I have set up on iCloud.
    So, sometimes I'll get an email sent to my .me email address from a client which I cannot see on my Macbook Air (or iPod) because it's sent to a folder on my iMac. I'm semi-retired so don't do much work anymore so I'd rather not "fire up" the iMac unless I've work to do. But as it is with the Mail situation, I have to leave it on all the time or I can miss client email.
    My question is, can I get delete my "mobileme" account in my iMac Mail program and then add my iCloud account to it? I assume the MobileMe in the iMac's system preferences is there for good, because I can't update to Lion. Will that fix my problem, or is that even do-able?
    I'm not sure I've stated this clearly. I'm trying to get total coordination between my iMac, MB Air, and iPod mail accounts in the Mail programs of each device without having to resort to using iCloud mail online on my iMac. Perhaps that's unavoidable?
    Any help appreciated. If clarification needed, I'll try to explain this better... Thanks all!
    Nicol K

    You can perfectly well access email in 10.6.8 - I'm doing it myself - and if you are receiving @me.com mail you are already doing so. the @icloud.com version of the address is exactly the same thing, and messages to it will arrive in the inbox alongside those to @me.com.
    However if you have set up Rules to act on incoming @me.com mail it obviously won't act on @icloud.com messages, so you will have to duplicate the Rules if you want to keep them.
    If you want to try starting over you can delete the account and set it up again, using the method described here:
    Entering iCloud email settings manually in Snow Leopard or Leopard
    You can't access other iCloud facilities in Snow Leopard but if all you are interested in is the email you have no need to upgrade to Mountain Lion.

  • Mail won't display the viewer window, and it will not close (force quit does not show in menu bar).  Can't shut down to reboot because the open mail program prevents it.   Any advice?

    Mail does not show the viewer window even when new viewer window is cliced.  I tried to close mail and reopen, but it will not close, and force quit option does not appear in window bar.   I tried to shut down the computer and reboot, but it cannot close because of open mail program it says.    Help!

    Many thanks.  Once I was able to close mail, it reopened and behaved quite normally.  Thank you.  I'll remember the option quit for force quite!

  • Mail program wont open

    Hi all
    I have recently reinstalled OSX 10.4.7 after a HD crash and found that although everything is as it was before....the Mail program crashes upon opening. Every 3rd attempt at opening, it takes me through the POP/SMTP setup, but then crashes when it gets to the end. The next 2-3 times it crashes a few seconds after clicking on the icon.
    I am a bit bamboozled to be honest??? In the old days of OS 8 and 9 this sort of think often pointed to memory problems...but whole system is running perfectly otherwise (and has 1GB of RAM installed).
    Is it possible to reinstall just the Mail application?? I dont wanna have to transfer to a different application (like Outlook etc..) as the Apple Mail is pretty good/easy to use.
    Any advice would be appreciated...
    Thanks
    Steve
    PowerMac G5   Mac OS X (10.4.7)  
    PowerMac G5   Mac OS X (10.4.7)  

    CX9, your problem isn't really the same, so it should be no surprise that what you've tried so far didn't work.
    Verify/repair your disk first (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, reinstall the Mail application as described here:
    Custom installs in Mac OS X 10.4
    If the version of the system software on your installation disks is earlier than what you're using now (and only in that case), then you must also reinstall the corresponding Combo Update afterwards, to bring the Mail application back in sync with the rest of the system:
    Mac OS X 10.4.7 Combo Update for PPC
    Mac OS X 10.4.7 Combo Update for Intel
    You may also want to read the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk before installing the update, and no applications should be running while installing it.
    If you continue experiencing problems after doing all the above, please start a new topic describing them, unless you really believe your problem is the same as the one being discussed in this thread.

  • I have os 10.8.5.  my mail program is horribly slow, though the rest of my functions are all good.  ?solutions

    I have OS X 10.8.5.  All is well, but my mail program is very slow.  It takes way too long to open/close/delete an email.  ??any thoughts on how to fix?

    Quit Mail if it's running. This procedure will have no effect unless you quit Mail when you begin.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    sqlite3 L*/C*/*.mail/*/L*/*/*/C*.db vacuum; sqlite3 L*/M*/*/*/E*ex vacuum
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    You should see a new line ending in a dollar sign ($) appear below what you entered. If not, press return. You can then quit Terminal and relaunch Mail. Test.

  • Mail program won't open after restore

    My Mail program wont open after restoring my phone. It goes to the blank main screen then closes. I have restored it 4 times and still no luck. Any Ideas?

    Reboot (not turn off and on).
    Press and hold BOTH the home and lock buttons. Keep holding. Don't let go when it says slide to unlock. Don't let go until you see the Apple Logo.
    Turning off or on just puts to hibernation and back. Any issues remain. Not sure why a restore didn't fix it, but you should always do a reboot before trying a restore. Far easier and fixes just about all glitches.

Maybe you are looking for

  • Problem in File Receiver comm channel

    Hi, I can't see anything in the Recevier communication channel in the RWB > Component Monitoring>Comm. channel monitoring-->Comm. channels. I do have selected my comm channel.Its showing the message as "Comm. channel is configured correctly and start

  • Problem in displaying text inside the item label - JFREECHART

    Hi All, I dont know whether this is the right place or not to post the queries related to jfreechart here . I am facing a problem in displaying the text inside the item label in jfreeChart. I am trying to print the text in 2 lines one below the other

  • Officejet 6310 prints solid black line instead of text.

    Good day. My officejet 6310 has started printing a 3/8" solid black line instead of text. I've replaced both color and black cartridges. I've also run align and clean cartridges. Does anyone have helpful suggestions?

  • Multi Display on K230

    Has anyone got ANY vidio card to be reconized on the K230 for multi display?  I have tried two cards, both were not reconized by the bios but actually did work on Vista at VGA default. No one in the support staff have a clue on making this work.  The

  • IPTComm 2010 Call for Papers: Deadline Extended

    CALL FOR PAPERS: DEADLINE EXTENDED 4th ACM Conference on Principles, Systems and Applications of IP Telecommunications IPTComm 2010 http://www.iptcomm.org August 2-3, 2010 Leibniz Supercomputing Center Munich, Germany IMPORTANT DATES ================