Results 1 to 2 of 2
Related
-
Help needed - displaying links in a table cell Forum: HTML Forum
Replies: 2 -
need help displaying results with links Forum: PHP Forum
Replies: 0 -
PHP displaying search results Forum: PHP Forum
Replies: 24 -
Displaying Paged Results In A Table Forum: Javascript Forum
Replies: 4 -
Displaying pdfs Forum: Graphics Forum
Replies: 4
-
04-09-2007, 10:17 PM #1
Displaying a table in Thunderbird
I have created a test newsletter story containing a simple table, coded in XHTML. It passes the W3C Validator. When I email the file to myself, it displays fine in Outlook and in Outlook Express. However, when I open the email in Mozilla Thunderbird, the table has disappeared. How can I change the code to be compatible with the greatest-possible number of email clients?
Here's a link to the (test) story: precaution.org/lib/atest.htm
Thanks for any ideas you can suggest. --PeterM
-
04-10-2007, 03:34 PM #2
Re: Displaying a table in Thunderbird
Unless you can guarantee table functions in all browsers, I'd suggest using a fixed-width font instead of a proportionally-spaced font, and generating the table by spacing it manually.