Forum Moderators: open
How wide should I make it?
What is a good page size?
Can I use stylesheets?
Other points to note:
Any images are best off being directly referenced to a webserver. The user will have to be connected to the internet to view the email correctly. Note, you can also make use of this to track the viewing of your email....
Any embedded javascript in the email could well be removed or altered by spam/virus detection programs on the client PC, or on their company server. Don't rely on it. You may have better success putting all javascript into an external file.
Hope thats' of some help,
JP
you could assume that most users are running on at least 800x600, and will open the email to full screen, and so base your email on that.
By that token, there can't be any failing that note; if you want users to read the email, it really has to be 100%, so that they don't have to actively do any resizing to read it. You'd lose a large number of potential readers that way, I almost gaurantee it.
I don't know anyone who opens emails to full screen.
I've just looked at two HTML emails I've received today, and they are both set at a width of just under 650 pixels wide. Depth can be as long as you want to set it.
Looking at the behaviour of 10 people I have seen in different offices recently shows that all of them use their email client opened full screen, with the preview pane open.
For some hard facts - looking at website logs shows:
1% at 640x480
41% at 800x600
48% at 1024x768
3% at 1152x864
5% at 1280x1024
2% at Non Standard Resolutions
The above based on a sample of approx. 500 people.
if you want users to read the email, it really has to be 100%, so that they don't have to actively do any resizing to read it.
JP