[quote user="PaulW"][quote user="Mike"]I installed Thunderbird, sent a mail to myself using that control on Thunderbird's toolbar, then looked at the source.
They use align="justify"[/quote]
PM could do the same in the <div> tag that it uses. (Personally, I think the effect is little different from left alignment to the recipient - and it is they who govern the size and proportions of the viewing area.)[/quote]
Yes, with Thunderbird, they put that on a div.
I agree that it looks similar if that's all you do. Of course, if you use a more elaborate structure with either tables or CSS--which you would do outside the mail client's own composer--you could produce designs where it did make a difference. And you could certainly come up with designs where the size of the window doesn't matter.
Here's an example:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body>
<div style="text-align:center">
<div style="margin: 1em auto; width: 80%; border: 1px solid #000; padding: 2em; background-color: #ddd; text-align: justify;">
<h1>Heading</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.</p>
</div>
</div>
</body>
</html>
Adapted from here:
http://www.maxdesign.com.au/presentation/center/02.htm
He's using [mis-using?] text-align to align the box, but the text is left-aligned. I've made the text justified and increased the margin so that it stands out. (I put the CSS inline, because that's generally better for email clients.) That's a flexible design.
[quote][quote]If you don't know HTML, you can do this is a WYSIWYG tool. I'd suggest you might like to try NVU, which is free:
http://www.nvu.com/index.php
If you're really after a designed email, that would be the way to go.
[/quote]
That seems like good advice for those that want advanced HTML email.
[/quote]HTML email is still a bit hit-and-miss, because not everything supports everything, and webmail is another complicating factor:
http://www.anandgraves.com/html-email-guide
I still use plain text myself mostly, but I guess HTML mail is nice for people sending out newsletters and so on.
[quote user="PaulW"][quote user="Mike"]I installed Thunderbird, sent a mail to myself using that control on Thunderbird's toolbar, then looked at the source.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>They use align="justify"[/quote]</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>PM could do the same in the &lt;div&gt; tag that it uses. (Personally, I think the effect is little different from left alignment to the recipient - and it is they who govern the size and proportions of the viewing area.)[/quote]</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Yes, with Thunderbird, they put that on a div.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I agree that it looks similar if that's all you do. Of course, if you use a more elaborate structure with either tables or CSS--which you would do outside the mail client's own composer--you could produce designs where it [I]did[/I] make a difference. And you could certainly come up with designs where the size of the window doesn't matter.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Here's an example:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;</DIV><DIV>&lt;html lang="en"&gt;</DIV><DIV>&lt;head&gt;</DIV><DIV>&lt;meta http-equiv="content-type" content="text/html; charset=iso-8859-1"&gt;</DIV><DIV>&lt;title&gt;&lt;/title&gt;</DIV><DIV>&lt;/head&gt;</DIV><DIV>&lt;body&gt;</DIV><DIV>&lt;div style="text-align:center"&gt;</DIV><DIV>&lt;div style="margin: 1em auto; width: 80%; border: 1px solid #000; padding: 2em; background-color: #ddd; text-align: justify;"&gt;</DIV><DIV>&lt;h1&gt;Heading&lt;/h1&gt;</DIV><DIV>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.&lt;/p&gt;</DIV><DIV>&lt;/div&gt;</DIV><DIV>&lt;/div&gt;</DIV><DIV>&lt;/body&gt;</DIV><DIV>&lt;/html&gt;</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Adapted from here:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>http://www.maxdesign.com.au/presentation/center/02.htm</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>He's using [mis-using?] text-align to align the box, but the text is left-aligned. I've made the text justified and increased the margin so that it stands out. (I put the CSS inline, because that's generally better for email clients.) That's a flexible design.</DIV><DIV> </DIV><P>[quote][quote]If you don't know HTML, you can do this is a WYSIWYG tool. I'd suggest you might like to try NVU, which is free:</P><DIV><BR class="khtml-block-placeholder"></DIV><DIV>http://www.nvu.com/index.php</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>If you're really after a designed email, that would be the way to go.</DIV><P>[/quote]</P><P>That seems like good advice for those that want advanced HTML email. </P>[/quote]<DIV><BR class="khtml-block-placeholder"></DIV><DIV>HTML email is still a bit hit-and-miss, because not everything supports everything, and webmail is another complicating factor:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>http://www.anandgraves.com/html-email-guide</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>I still use plain text myself mostly, but I guess HTML mail is nice for people sending out newsletters and so on.</DIV>