2008-12-01 6 views
1

J'ai tenté d'insérer une image html avec un email (Outlook) pour enregistrer en tant que modèle. Je constate qu'il y a une tranche qui devrait répéter ne fonctionne pas correctement (pour que la couleur s'étende à l'endroit où le texte se termine). Y a-t-il quelqu'un qui pourrait m'aider dans cette affaire? Voici le code que j'utilise.Impossible de faire ma part du lien HTML répéter pour étendre

<HTML> 
    <HEAD> 
    <TITLE>Ticket Closure Notice</TITLE> 
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> 
    </HEAD> 

<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0"> 
    <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"> 
    <TR> 
     <TD width="114" valign="top"><IMG SRC="http://intranet.ca.state.gov/email_templates/images/left_bar_outages_advisory.gif"></TD> 
     <TD valign="top" width="100%"> 

     <TABLE WIDTH=100% height="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0> 
      <TR> 
      <TD height="128" bordercolor="#FFFFFF" background="images on server 2/top_bar_advisory_tile.gif"> 
       <img src="images on server 2/top_bar_advisory.gif" width="157" height="128"></TD> 
      </TR> 
      <TR> 
      <TD height="100%" bordercolor="#FFFFFF"><br> 
       <br></TD> 
      </TR> 
      <TR> 
      <TD align="right" height="74"><br> 
       <hr style="BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; WIDTH: 100%; BORDER-BOTTOM: gray 1px solid; HEIGHT: 1px; TEXT-ALIGN: right"> 
       <a href="http://caweb/doweb"><img src="http://intranet.ca.state.gov/email_templates/images/CA-CST-lg.gif" width="144" height="52" border="0"></a></TD> 
      </TR> 
     </TABLE> 

     </TD> 
     </TR></TABLE> 
    </BODY> 
</HTML> 

Répondre

1

Il y a toutes sortes d'attributs de style qui ne fonctionnent pas dans les perspectives (et d'autres clients de messagerie).

Voici un bon guide: http://www.campaignmonitor.com/css/

Questions connexes