Windows BBS The Place for Microsoft Windows Support! Windows, Support, Help Site

Go Back   Windows BBS > Internet & Networking > Firefox, Thunderbird & SeaMonkey

Firefox, Thunderbird & SeaMonkey Post your questions about Mozilla based products (Firefox, Thunderbird & SeaMonkey) here.

Register your FREE account to unlock additional features at WindowsBBS.com
Register
Welcome to WindowsBBS.com
Microsoft Windows Support

Mission Statement

WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.

Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.


Discussion Forums
Operating Systems
Windows 7 Windows 7
Windows Vista Windows Vista
Windows XP Windows XP
Windows Server System Windows Server System
Windows 2000 Windows 2000
Windows 95/98/Me/NT Windows 95/98/Me/NT
Internet & Networking
Networking
Internet Explorer
Microsoft Mail
Firefox, Thunderbird
      & SeaMonkey

General Internet
Security
General Security
Malware and Virus
     Removal

Other
Other Software
Hardware
Test Posts
Community
Introductions
General Discussions
Comments
      & Suggestions

News @ WindowsBBS

Forum Sponsor
 Image

Reply
 
LinkBack Thread Tools
Old 17th July 2008   #1
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Thunderbird won't display HTML

I have "display attachments inline" ticked and I have View/Message body as set to Original HTML yet I still cannot see the picture. All I see is a red dot. When I set the Message Body to Plain Text, I can see the HTML code which will then open in Firefox if click on, so the code is there and works; I just need to be able to see the picture in Thunderbird.

I have looked in about:config and there are several keys relating to HTML. I have tried tinkering but can find none that will allow the display of HTML.

Has anyone got any ideas, please?

HCN is offline   Reply With Quote
Didn't find the information you thought to find?
Check out these Similar Threads
Old 18th July 2008   #2
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

HCN,

Does your AV, or Firewall prevent images in Thunderbird? Try disabling one at a time and see what happens.

If it's an embedded image, click: View | Message Source
find the headers for the MIME body part (the image). This will typically be after the message body and just before a big block of characters all run together (the base64 encoded image).

Look for the Content-Type: header. It's used to tell Thunderbird what type of data it is so that it can pick the correct viewer. For example, a jpeg file would have Content-Type: image/jpeg;. If it has Content-Type: application/octet-stream; that means it's generic 8-bit data so Thunderbird would ignore it. You'd have to either change the Content-Type: header or get whoever sent you the message to resend it using the correct headers.

Ramona is offline   Reply With Quote
Old 18th July 2008   #3
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Hi Ramona,

Thank you for your post. Unfortunately, none of that worked.

To disable my AV/Firewall (AVG8), I went to msconfig (I cannot find any other way of disabling the AV side).

When that didn't work, I tried disabling other items. I was becoming convinced that there was a mismatch somewhere. I got to the point where I disabled everything except the obvious networking items. That didn't work but neither did the internet (I presume that html items require the connection to work). So I tried safe mode with networking. The html items still refused to show themselves.

The MIME section of one such message (this one is from a trusted source and the html worked until 2 or 3 months ago) is:

Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

HCN is offline   Reply With Quote
Old 18th July 2008   #4
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


I am now getting puzzled.

I have just received an e-mail, containing photos, from a friend. Now this friend always sends in html (to make the most disgusting red type on a cyan background). I have checked the MIME section and it has:

Content-Type: text/html; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>

which, to me looks very similar to the one in my post above. Yet Thunderbird shows this html perfectly (given the colours used, I am almost disappointed ;-) ).

Do the slight differences between these two mails hold a clue to the problem?


Last edited by HCN; 18th July 2008 at 15:51. Reason: smilie didn't display as expected
HCN is offline   Reply With Quote
Old 19th July 2008   #5
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

HCN,

AVG 8 isn't your firewall, that is your antivirus program. To disable, right click on the AVG icon in the system tray, and click on "Exit".

The Content-Type: text/html; charset="US-ASCII" looks fine. What browser is the sender using?

Ramona is offline   Reply With Quote
Old 19th July 2008   #6
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Yes, AVG is my firewall as well. I have the paid for version. Very good it is too. Thanks for the information on stopping the AV part (the firewall part is more obvious). I had thought that exiting the icon only did just that and not the whole AV.

I don't know what browser they are using but the headers show:

User-Agent: Frontwire Platform


Last edited by HCN; 19th July 2008 at 11:11. Reason: gramatical error
HCN is offline   Reply With Quote
Old 20th July 2008   #7
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

HCN,

Would you forward the email to me? I would really like to take a look at it, and will give you an email addy via PM.

Thanks!

Ramona is offline   Reply With Quote
Old 20th July 2008   #8
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

Another thought: save the message as an HTML file, with a .HTML file extension. Then double click on it in Windows Explorer and see if it displays the image.

From: http://kb.mozillazine.org/Images_in_..._do_not_appear

Ramona is offline   Reply With Quote
Old 20th July 2008   #9
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Hi Ramona, I have now saved it as an html file and it opened in my browser perfectly.
HCN is offline   Reply With Quote
Old 22nd July 2008   #10
WindowsBBS Team Member
 
Profile:
Join Date: Mar 2003
Location: Omaha,NE
Posts: 3,718
Computer Experience:
Intermediate
Westside Reputation LevelWestside Reputation LevelWestside Reputation LevelWestside Reputation LevelWestside Reputation LevelWestside Reputation LevelWestside Reputation LevelWestside Reputation Level


In case you need to disable the AVG Firewall, you should play with the Web Shield, I believe . My AV has seven items, while AVG with Firewall has nine.
Disabling should be done temporarily to check on suspected problems, only.

Westside is offline   Reply With Quote
Old 22nd July 2008   #11
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Thanks for the suggestion. It is difficult to know what exactly disables AVG as there appears to be no documentation from Grisoft about this. At least, not that I can find. I will try the shield next time I need to do this but the easiest way to be certain is to start in safe made.
HCN is offline   Reply With Quote
Old 23rd July 2008   #12
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

To disable AVG:

Right click the AVG Icon in the system tray
Open the AVG User Interface
Click on "Components", and select "Resident Shield"
Deselect the "Resident Shield Active" checkmark and click on "Save Changes"

Reverse the setting to reactivate the Resident Shield.

Ramona is offline   Reply With Quote
Old 23rd July 2008   #13
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Thanks, Ramona.

By the way, did you receive the e-mail OK?

HCN is offline   Reply With Quote
Old 23rd July 2008   #14
Staff
 
Ramona's Avatar
 
Profile:
Join Date: Dec 2001
Location: Missouri
Posts: 7,445
Computer Experience:
Experienced Learner
Ramona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation LevelRamona Reputation Level

My System

Yes I did, and had no problem viewing the HTML. All links worked for me in Thunderbird, but I was also expecting something with an image...

I also wanted to clarify if the links were plain text, or if you clicked on a link what happened?

Ramona is offline   Reply With Quote
Old 23rd July 2008   #15
HCN
Member
 
Profile:
Join Date: Jul 2007
Posts: 28
Computer Experience:
Experienced
HCN Reputation Level


Quote:
Originally Posted by Ramona View Post
Yes I did, and had no problem viewing the HTML. All links worked for me in Thunderbird, but I was also expecting something with an image...

That means it must be something on my computer.

I'm not sure exactly what you were expecting, there are several images in that mail, all represented (on my computer) by a red dot.

Never mind, thank you for trying. The only thing for me to do now (when I get a little time) is to experiment with removing blocks of software. I have already tried the obvious and excluded Thunderbird and AVG, so it may take some time.

HCN is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force Thunderbird to display images alex98uk Firefox, Thunderbird & SeaMonkey 15 21st December 2006 04:38
Netscape 7.1 won't display html email bhaugeberg Firefox, Thunderbird & SeaMonkey 3 9th December 2005 00:59
Mozilla Thunderbird 1.0.1 Cancelled, Firefox and Thunderbird 1.0.2 Coming Ramona Firefox, Thunderbird & SeaMonkey 0 17th March 2005 21:34
multi-display / display cloning qzha017 Windows XP 2 5th March 2005 18:41
HTML > Help Helia General Internet 6 13th October 2002 00:06


All times are GMT +1. The time now is 04:06.






Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2002 - 2008 WindowsBBS.com. All rights reserved.
Terms of Use, Legal Information & Privacy Policy
[]