Pegasus Mail Suggestions
Render the text of HTML alt tags

The latest beta version is at http://ww3.telus.net/public/irelam/Bear46810.zip

Martin 

<p>The latest beta version is at http://ww3.telus.net/public/irelam/Bear46810.zip</p><p>Martin </p>

Hi,

It would be helpful if Pegasus Mail would display (or have the option to display) html alt text tags for images that have not been downloaded, in addition to the greyed out space that is rendered. Perhaps render the text on top of the grey blocks?

The content is already downloaded from the mail server, so no additional bandwidth is required.

Thanks!

<p>Hi,</p><p>It would be helpful if Pegasus Mail would display (or have the option to display) html alt text tags for images that have not been downloaded, in addition to the greyed out space that is rendered. Perhaps render the text on top of the grey blocks?</p><p>The content is already downloaded from the mail server, so no additional bandwidth is required. </p><p>Thanks! </p>

Hello,

   I am looking into this. One observation so far, there appear to be very few web sites making use of the Alt tag. Of those I have found most appear to be sales offers or worse (sp*mmers). So if such a facility was introduced, it would be on an optional basis.

 Second point  about downloaded content is not true. The message text is downloaded but images are not and that is why the gray boxes appear instead, which show the area being reserved for images if they are wanted.

Martin 

<p>Hello,</p><p>   I am looking into this. One observation so far, there appear to be very few web sites making use of the Alt tag. Of those I have found most appear to be sales offers or worse (sp*mmers). So if such a facility was introduced, it would be on an optional basis.</p><p> Second point  about downloaded content is not true. The message text is downloaded but images are not and that is why the gray boxes appear instead, which show the area being reserved for images if they are wanted.</p><p>Martin </p>

[quote user="irelam"]

 Second point about downloaded content is not true. The message text is downloaded but images are not and that is why the gray boxes appear instead, which show the area being reserved for images if they are wanted.

[/quote]

By "downloaded content" I meant the HTML alt text specifically, not the images. In fact in the sentence before I said "for images that have not been downloaded"

Much appreciated if you could look into it.

Best,

Michael

[quote user="irelam"]<p> Second point about downloaded content is not true. The message text is downloaded but images are not and that is why the gray boxes appear instead, which show the area being reserved for images if they are wanted.</p><p>[/quote]</p><p>By "downloaded content" I meant the HTML alt text specifically, not the images. In fact in the sentence before I said "for images that have not been downloaded"</p><p>Much appreciated if you could look into it.</p><p>Best,</p><p>Michael </p>

Martin,

Just for discussion, here's an example of how Mozilla Thunderbird renders alt text for a newsletter that I produce.

Newsletter with no images downloaded but ALT text rendered

ALT tags not rendered in Thunderbird 


 

 Newsletter with images rendered

Newsletter with images rendered 

<p>Martin,</p> <p>Just for discussion, here's an example of how Mozilla Thunderbird renders alt text for a newsletter that I produce. </p><p><b>Newsletter with no images downloaded but ALT text rendered</b> </p> <p><img src="http://artengine.ca/images/artlist-alt-tags-unrendered.jpg" title="ALT tags not rendered in Thunderbird" alt="ALT tags not rendered in Thunderbird" mce_src="http://artengine.ca/images/artlist-alt-tags-unrendered.jpg" align="left" border="1" height="532" width="566"> </p> <p><br clear="all"></p> <p> </p> <p><b> Newsletter with images rendered</b> </p> <p><img src="http://artengine.ca/images/artlist-alt-tags-rendered.jpg" title="Newsletter with images rendered" alt="Newsletter with images rendered" mce_src="http://artengine.ca/images/artlist-alt-tags-rendered.jpg" align="left" height="532" width="566">  </p>

Thank you for the examples. They confirm what I was thinking around. The problem I need to deal with is the size of the gray box, and the dimensions of the text.  The examples you gave, show the Alt text as being simple one/two words fitting inside the box. It also appears that there is some text sizing going on.

In most cases I have seen so far that are slightly more complex than "image here", there has to be some algorithm to size the text, both font size and text length. The only way I can see around this is to use the HintWindow bubble, but that needs a mouseOver action to produce the bubble.  When I mouseOver the images above, I see a hintwindow stating "Alt tags not rendered in Thunderbird'

Secondly there are numerous occasions when fancy bullet symbols and other small images may be displayed in close proximity to each other.

The alternative is to only produce the text when a mouseOver an image gray box occurs, then produce the hint. 

Can you experiment and see what an excessively large text string is coded as an Alt looks like. Does it overflow width-wise, or wraparound?

Martin 

<p>Thank you for the examples. They confirm what I was thinking around. The problem I need to deal with is the size of the gray box, and the dimensions of the text.  The examples you gave, show the Alt text as being simple one/two words fitting inside the box. It also appears that there is some text sizing going on.</p><p>In most cases I have seen so far that are slightly more complex than "image here", there has to be some algorithm to size the text, both font size and text length. The only way I can see around this is to use the HintWindow bubble, but that needs a mouseOver action to produce the bubble.  When I mouseOver the images above, I see a hintwindow stating "Alt tags not rendered in Thunderbird'</p><p>Secondly there are numerous occasions when fancy bullet symbols and other small images may be displayed in close proximity to each other.</p><p>The alternative is to only produce the text when a mouseOver an image gray box occurs, then produce the hint. </p><p>Can you experiment and see what an excessively large text string is coded as an Alt looks like. Does it overflow width-wise, or wraparound?</p><p>Martin </p>

[quote user="irelam"]

It also appears that there is some text sizing going on.

[/quote]

Yes, it's rendering according to the CSS of the code in the HTML based email.

In the 1st image in the newsletter above I wrap the image "Artlist" in <h1 style='color:#FFFFFF; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif'> and set the background colour of the table cell to red, to mimic the image that others see that have downloaded that image.

[quote user="irelam"]

In most cases I have seen so far that are slightly more complex than "image here", there has to be some algorithm to size the text, both font size and text length.

[/quote]

Well, Mozilla Thunderbird respects the HTML and renders according to it. In my mind it's up to the designer of the email template to make sure the email gets rendered properly in most clients. And the email client should respect the HTML as written by the author, for better or worse.

But I'd be happy with the alt text rendered in any size/font you wish, so long as it's not dropped completely.

[quote user="irelam"]

When I mouseOver the images above, I see a hintwindow stating "Alt tags not rendered in Thunderbird'

[/quote]

Well, I set that for the two screenshots I posted on this forum, but those alt tags don't relate to the issue. Perhaps they're more confusing than helpful..

[quote user="irelam"]

Secondly there are numerous occasions when fancy bullet symbols and other small images may be displayed in close proximity to each other.

[/quote]

Sure. If I were that designer I wouldn't enter an alt tag for each of those, or perhaps use an asterix * for the bullet image alt tag.

[quote user="irelam"]

Can you experiment and see what an excessively large text string is coded as an Alt looks like. Does it overflow width-wise, or wraparound?

[/quote]

Sure. I sent an email to myself, inserting a small image with the alt tag set as "This is a really long text for an image this small!" Note that the text is simply cut off. The text is rendered in the default font of the HTML based email

Here's how it rendered in Mozilla Thunderbird without the image loaded.


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

At any rate, thanks for considering the idea. The issue was brought to light via an issue from one of your most ardent users. I've asked him to support the issue by voicing his support here where it could do some good, but apparently he'd just rather complain to me! :-)

Best,

Michael

&lt;p&gt;[quote user=&quot;irelam&quot;] &lt;/p&gt;&lt;p&gt;It also appears that there is some text sizing going on.&lt;/p&gt; &lt;p&gt;[/quote]&lt;/p&gt; &lt;p&gt;Yes, it&#039;s rendering according to the CSS of the code in the HTML based email.&lt;/p&gt; &lt;p&gt;In the 1st image in the newsletter above I wrap the image &quot;Artlist&quot; in &amp;lt;h1 style=&#039;color:#FFFFFF; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif&#039;&amp;gt; and set the background colour of the table cell to red, to mimic the image that others see that have downloaded that image. &lt;/p&gt; &lt;p&gt;[quote user=&quot;irelam&quot;] &lt;/p&gt; &lt;p&gt;In most cases I have seen so far that are slightly more complex than &quot;image here&quot;, there has to be some algorithm to size the text, both font size and text length.&lt;/p&gt; &lt;p&gt;[/quote]&lt;/p&gt; &lt;p&gt;Well, Mozilla Thunderbird respects the HTML and renders according to it. In my mind it&#039;s up to the designer of the email template to make sure the email gets rendered properly in most clients. And the email client should respect the HTML as written by the author, for better or worse.&lt;/p&gt; &lt;p&gt;But I&#039;d be happy with the alt text rendered in any size/font you wish, so long as it&#039;s not dropped completely. &lt;/p&gt; &lt;p&gt;[quote user=&quot;irelam&quot;]&lt;/p&gt; &lt;p&gt;When I mouseOver the images above, I see a hintwindow stating &quot;Alt tags not rendered in Thunderbird&#039;&lt;/p&gt; &lt;p&gt;[/quote]&lt;/p&gt; &lt;p&gt;Well, I set that for the two screenshots I posted on this forum, but those alt tags don&#039;t relate to the issue. Perhaps they&#039;re more confusing than helpful.. &lt;/p&gt; &lt;p&gt;[quote user=&quot;irelam&quot;]&lt;/p&gt; &lt;p&gt;Secondly there are numerous occasions when fancy bullet symbols and other small images may be displayed in close proximity to each other.&lt;/p&gt; &lt;p&gt;[/quote]&lt;/p&gt; &lt;p&gt;Sure. If I were that designer I wouldn&#039;t enter an alt tag for each of those, or perhaps use an asterix * for the bullet image alt tag. &lt;/p&gt; &lt;p&gt;[quote user=&quot;irelam&quot;]&lt;/p&gt; &lt;p&gt;Can you experiment and see what an excessively large text string is coded as an Alt looks like. Does it overflow width-wise, or wraparound?&lt;/p&gt; &lt;p&gt;[/quote]&lt;/p&gt; &lt;p&gt;Sure. I sent an email to myself, inserting a small image with the alt tag set as &quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;This is a really long text for an image this small!&lt;/span&gt;&quot; Note that the text is simply cut off. The text is rendered in the default font of the HTML based email &lt;/p&gt; &lt;p&gt;Here&#039;s how it rendered in Mozilla Thunderbird without the image loaded.&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;http://www.artengine.ca/images/artlist-mozilla-alt-tags-example.jpg&quot; mce_src=&quot;http://www.artengine.ca/images/artlist-mozilla-alt-tags-example.jpg&quot; align=&quot;left&quot; height=&quot;594&quot; width=&quot;685&quot;&gt; &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;At any rate, thanks for considering the idea. The issue was brought to light via an issue from one of your most ardent users. I&#039;ve asked him to support the issue by voicing his support here where it could do some good, but apparently he&#039;d just rather complain to me! :-) &lt;/p&gt;&lt;p&gt;Best,&lt;/p&gt;&lt;p&gt;Michael &lt;/p&gt;

Done.  I have implemented this suggestion. You can find a beta copy at   http://www3.telus.net/public/irelam/Bear4687.zip

It is part of Bearhtml 4.6.8.7.  The implementation puts the Alt= tag value on the Pegasus Mail status line for a couple of seconds when you move the mouse over the image gray square. Actually, I have put the info on the status line regardless of remote image fetching status (manual/automatic).

I have not put the text in the gray box as it can conflict with the display of Url content when the box is clickable (image and url link share the same space).

Comments ?

Martin 

&lt;p&gt;Done. &amp;nbsp;I have implemented this suggestion. You can find a beta copy at&amp;nbsp;&amp;nbsp; http://www3.telus.net/public/irelam/Bear4687.zip&lt;/p&gt;&lt;p&gt;It is part of Bearhtml 4.6.8.7. &amp;nbsp;The implementation puts the Alt= tag value on the Pegasus Mail status line for a couple of seconds when you move the mouse over the image gray square. Actually, I have put the info on the status line regardless of remote image fetching status (manual/automatic).&lt;/p&gt;&lt;p&gt;I have not put the text in the gray box as it can conflict with the display of Url content when the box is clickable (image and url link share the same space).&lt;/p&gt;&lt;p&gt;Comments ?&lt;/p&gt;&lt;p&gt;Martin&amp;nbsp;&lt;/p&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft