2012-09-03 5 views
1

저는 HTML 코딩의 단순한 아마추어이고 Outlook에서 테이블 행 내부에 배경 이미지를 표시하지 않는 문제에 직면하고 있습니다.Outlook이 테이블 행에 배경 이미지를 표시하지 않습니다.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// 
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns:v="urn:schemas-microsoft-com:vml"> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 

<title>TEST #3</title> 
</head> 

<body link="#FFF" vlink="#b3c010" alink="#b3c010"> 
<table width="650" border="0" cellspacing="0" align="center"> 
<tr><td bgcolor="#ffffff" align="center"><p style="font-family:Arial, Helvetica, sans-serif;font-size:11px;color:#000000;">Não consegue visualizar este email correctamente? <a href="http://www.consulai.com/minuto_consulai/03_alterado/minuto_consulai.html" style="color:#999999;">Veja aqui a versão online</a></p></td></tr> 
</table> 
<table width="650" border="0" cellspacing="0" style="background-color: #b3c010; background-image:url(http://www.consulai.com/minuto_consulai/03_alterado/imagens/background.jpg); background-repeat:repeat-y;" align="center"> 
    <tbody> 

    <tr><td width="650" height="452"><img src="http://www.consulai.com/minuto_consulai/03_alterado/imagens/img1.jpg" width="650" height="452" alt="Minuto Consulai"></td></tr> 
    <tbody> 
    <tr style="background:url(http://www.consulai.com/minuto_consulai/03_alterado/imagens/background.jpg) background-repeat:repeat-y;"> 
    <td> 
    <table width="518" border="0" align="center" cellpadding="0" cellspacing="0"> 
    <tbody> 
    <tr> 
    <td align="center" valign="top" bgcolor="#FFFFFF"><img src="http://www.consulai.com/minuto_consulai/03/imagens/foto.jpg" width="518" height="264" alt="Proder Programa de Desenvolvimento Rural"></td> 
    </tr> 
    <tr> 
    <td align="left" valign="top" bgcolor="#FFFFFF"><table width="451" border="0" align="center" cellpadding="0" cellspacing="0"> 
     <tbody><tr> 
     <td> 
     <p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:15px; color:#b3c010; text-align:justify;">18-22 E 25-29 DE SETEMBRO DE 2012 > PÓS-LABORAL</p> 
      <p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:15px; color:#54575A; text-align:justify;">A CONSULAI organiza, em parceria com a APAS Floresta e a Syngenta, o <span style="font-weight: bold;"><a href="http://www.consulai.com" target="_blank" style="text-decoration:none;color: #54575A;">Curso de Aplicação de Produtos Fitofarmacêuticos em Explorações Florestais</a></span>, homologado pela Direção Regional de Agricultura, o qual permitirá a obtenção do Cartão de Aplicador.</p> 
     <p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:15px; color:#54575A; text-align:justify;">O curso decorrerá em regime pós-laboral, terá uma duração de 35 horas e terá início no dia <span style="font-weight: bold;">04 de setembro de 2012</span>. A formação será ministrada nas instalações da APAS FLORESTA e em propriedades florestais, no Cadaval.</p> 
     <p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:13px; font-weight: bold; color:#54575A; text-align:justify;"><a href="http://www.consulai.com/minuto_consulai/03/pdf/FOLHETO_CURSO_APLICADORES_SET 2012.pdf" target="_blank" style="text-decoration:none;color: #54575A;">Ficha de inscrição</a></p> 
     <p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:13px; color:#54575A; text-align:justify;">Contactos:<br />Sónia Gonçalves (CONSULAI)<br /><span style="font-weight: bold;">TLM</span> 918 928 923&nbsp;&nbsp;&nbsp;<span style="font-weight: bold;">T</span> 213 629 553&nbsp;&nbsp;&nbsp;<span style="font-weight: bold;">F</span> 213 621 091<br /><span style="font-weight: bold;">E</span> <a href="mailto:[email protected]" target="_blank" style="text-decoration:none;color: #54575A;">[email protected]</a></p> 
     </tr> 
    </tbody></table></td> 
    </tr> 
    <tr><td width="518" height="82"><img src="http://www.consulai.com/minuto_consulai/03/imagens/certificacoes.jpg" width="518" height="82" alt="Certificações"></td></tr> 
    </tbody></table> 
<!-- END conteudos --> 

<tr><td width="650" height="108"><img src="http://www.consulai.com/minuto_consulai/03_alterado/imagens/footer.jpg" width="650" height="108" alt="Contactos Consulai"></td></tr> 
</table> 
<!-- END main content --> 

<!-- START top bar --> 
<table width="650" border="0" cellspacing="0" align="center"> 
<tr><td bgcolor="#ffffff" align="center"><p style=" font-family:&#39;Trebuchet MS&#39;, Arial, Helvetica, sans-serif; font-size:11px; color:#54575A; text-align:justify;">PARA DEIXAR DE RECEBER O MINUTO CONSULAI ENVIE-NOS <a href="mailto:[email protected]" target="_blank" style="text-decoration:none;color: #54575A;">UM E-MAIL</a> COM O ASSUNTO REMOVER.</p></td></tr> 
</table> 
<!-- END top bar --> 
    </td> 
    </tr> 
    <tr> 

<tbody><tr> 

     </tr> 
</tbody></table></td> 
    </tr> 

</tbody> 
</table> 
</td> 
</tr> 
</body> 
</html> 

그것은 다른 이메일 클라이언트에서 잘 표시하고 내가 그것을 보내 메일 침프을 사용하고 있습니다 :

여기에 코드입니다. 문제가되는 행은 다음과 같습니다.

<tr style="background:url(http://www.consulai.com/minuto_consulai/03_alterado/imagens/background.jpg) background-repeat:repeat-y;"> 

또한 VML 해킹을 시도했지만이 행과 함께 작동하지 않을 수 있습니다.

도움을 주시면 대단히 감사하겠습니다.

+0

[Outlook '07/'10/'13]의 전체 너비 배경 (http://www.microsoft.com/korea/stackoverflow.com/questions/23280715/full-width-backgrounds-on-outlook-07-10-13) – davidcondrey

답변

관련 문제