HTML电子邮件表中的bgcolor没有出现 [英] bgcolor in HTML email table not appearing

查看:126
本文介绍了HTML电子邮件表中的bgcolor没有出现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




你好。我正在使用VBScript每周向我发送一个特定的网页,以便我可以查看我的一些打印机上的耗材。以下是直接从网页上获取并通过电子邮件发送的HTML示例。

Hello. I'm using a VBScript to send me a specific webpage every week so that I can check the consumables on some of my printers. Below is an example of the HTML that was directly taken from the web page and sent via email.

如果我将此信息发送到Gmail帐户,则会显示正常。如果我将其发送到我使用Outlook 2010客户端打开的电子邮件帐户,我将无法看到彩色条,从而违背了脚本和电子邮件的目的。

If I send this to a Gmail account, it appears just fine. If I send it to an email account that I open with the Outlook 2010 client, I am unable to see the colored bars, thus defeating the purpose of the script and the email.

我可以在Outlook中更改设置以允许表格中的BGCOLOR显示吗?如果您需要更多信息,我很乐意尽我所能。

Is there a setting I can change in the Outlook to allow the BGCOLOR in the tables to show? If you need any more info, i'd be happy to provide what I can.


<HTML> 
 
<HEAD> 
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<TITLE></TITLE> 
</HEAD> 
 
<BODY bgcolor="#CCCCCC" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
 
<TABLE border="0" cellpadding="0" cellspacing="0" bordercolor="#F7F7F7" width="100%" bgcolor="#F7F7F7" height="50"> 
 <TR> 
 <TD bgcolor="#F7F7F7" valign="bottom" width="90%"><B> 
 <IMG border="0" src="index.gif" width="20" height="5">Information - Printer</B></TD> 
 <TD width="10%" align="right" valign="bottom"> 
 <A target="HelpMain" href="Help.htm"><IMG border="0" src="help_button.gif" width="16" height="16"></A><IMG border="0" src="index.gif"></TD> 
 </TD> 
 </TR> 
 <TR> 
 <TD colspan="2"><IMG border="0" src="index.gif" width="20" height="5">Consumables</TD> 
 </TR> 
</TABLE> 
<TABLE border="0" cellpadding="0" cellspacing="0" width="90%"> 
 <TR> 
 <TD colspan="2" height="20"></TD> 
 </TR> 
 <TR> 
 <TD width="20" rowspan="5"></TD> 
 <TD bgcolor="#000099" height="4" colspan="2"></TD> 
 </TR> 
 <TR> 
 <TD bgcolor="#FFFFFF" height="6" colspan="2"></TD> 
 </TR> 
 <TR> 
 <TD width="10" rowspan="2" bgcolor="#FFFFFF"></TD> 
 <TD> 
 
 <TABLE width="100%" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" border="0"> 
  <TR> 
  <TD width="98%"> 
 
  <TABLE border="1" cellpadding="3" cellspacing="0" width="100%"> 
   <TR> 
    <TD width="100%" bgcolor="#9999FF" colspan="2"><B>Information on Consumables</B></TD> 
   </TR> 
 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Cyan Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#00FFFF" border="0" cellpadding="0" cellspacing="0" height="20" width="86%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Orange Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#FF8000" border="0" cellpadding="0" cellspacing="0" height="20" width="100%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Yellow Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#FFFF00" border="0" cellpadding="0" cellspacing="0" height="20" width="87%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Light Cyan Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#80FFFF" border="0" cellpadding="0" cellspacing="0" height="20" width="70%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Matte Black Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#000000" border="0" cellpadding="0" cellspacing="0" height="20" width="42%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Photo Black Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#202020" border="0" cellpadding="0" cellspacing="0" height="20" width="64%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Vivid Magenta Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#FF00FF" border="0" cellpadding="0" cellspacing="0" height="20" width="86%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Light Black Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#808080" border="0" cellpadding="0" cellspacing="0" height="20" width="56%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Green Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#00FF00" border="0" cellpadding="0" cellspacing="0" height="20" width="91%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Light Light Black Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#C0C0C0" border="0" cellpadding="0" cellspacing="0" height="20" width="55%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Vivid Light Magenta Ink Cartridge</B></TD> 
<TD width="40%"><TABLE bgcolor="#FF80FF" border="0" cellpadding="0" cellspacing="0" height="20" width="66%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Maintenance Tank L</B></TD> 
<TD width="40%"><TABLE bgcolor="#969696" border="0" cellpadding="0" cellspacing="0" height="20" width="99%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
<TR><TD rowspan=1 width="30%" bgcolor="#CCCCFF"><B>Maintenance Tank R</B></TD> 
<TD width="40%"><TABLE bgcolor="#969696" border="0" cellpadding="0" cellspacing="0" height="20" width="34%"><TR><TD></TD></TR></TABLE></TD> 
</TR> 
 
 
  </TABLE> 
 
  </TD> 
  <TD width="15%" bgcolor="#FFFFFF"></TD> 
  </TR> 
 </TABLE> 
 
 </TD> 
 </TR> 
 <TR> 
 <TD bgcolor="#FFFFFF" height="20" align="left"></TD> 
 </TR> 
 <TR> 
 <TD colspan="2" bgcolor="#000099" height="4"></TD> 
 </TR> 
</TABLE> 
 
</BODY> 
 
</HTML> 

推荐答案


Thank you for reporting your concern  and bringing this issue to our attention.  We appreciate the time and effort you took in providing clear and accurate information which allows us to test  the issue within 
our product.   

Thank you for reporting your concern  and bringing this issue to our attention.  We appreciate the time and effort you took in providing clear and accurate information which allows us to test  the issue within  our product.   



You will be happy to know that this issue has been resolved in Office 2010 with Word.  I have noted in our database that this issue still needs review for Office 2007, and Outlook 2010.  At this time there is no known workaround in Office 2007, or
Outlook 2010.


You will be happy to know that this issue has been resolved in Office 2010 with Word.  I have noted in our database that this issue still needs review for Office 2007, and Outlook 2010.  At this time there is no known workaround in Office 2007, or Outlook 2010.

 


这篇关于HTML电子邮件表中的bgcolor没有出现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆