2017-09-07 1 views
-1

Quelle est la ligne de commande en ligne correcte pour déplacer du texte ou un centre d'image dans Outlook. Chaque fois que je l'ouvre dans un navigateur, il semble très bien, mais l'image du bas et le texte restent toujours dans Outlook. Je ne sais pas quoi d'autre à essayer. Toute aide est appréciéeComment centrer une image dans une table dans Outlook

<table cellpadding="0" cellspacing="0" border="0" width="800" align="left"> 
    <table align="left" width="800px;"> 
     <tr width="800px"> 
      <td><img width="800px;" src="images/ArlingtonPic-edited.png"></td> 
     </tr> 
    </table> 

    <table align="left" width="800px;"> 
     <tr width="800px"> 
      <td width="800px" style="font-size:20px; margin-left: auto; 
       margin-right: auto; text-align: center; vertical-align: middle;"> 
       <strong>Arlington Concrete Floor Boxes</strong></td> 
     </tr> 
    </table> 

    <table align="left" width="800px;"> 
     <tr width="800px"> 
      <td width="350px" style="font-size:16px; padding: -10px 10px 0 10px;"> 
       <p>Our NEW heavy-duty<strong>FLBC4502</strong> 4.5"<strong> concrete floor 
       box</strong> has more! <strong> <span style="color: red">SIX conduit hubs and FOUR plugs.</span></strong> 
       And the NEW FLBC4502LR leveling ring makes 
       installation easier than ever on our FLBC4500 
       and FLBC4502, and others concrete boxes. <br> 
       It is <em>REVERSIBLE!</em></p> 
       </ul> 
      </td> 

      <td width="350px" style="font-size:16px; padding: 0 10px;"> 
       <p>The screw holes on SIDE A fit all 4.5" boxes, 
        and accommodate our 6" round covers, 
        and most others on the market. 
        SIDE B features a second set of holes 
        that fit a cover with a 3-3/8" hole pattern. 
        These Arlington <strong>cover kits</strong> fit 
        our concrete boxes. <br> 
        <em>That is convenience!</em></p> 
      </td> 
     </tr> 
    </table> 

    <table align="left" width="800px;">       
     <tr width="800px"> 
      <td width="800px" style="margin-left: auto; margin- 
       right: auto; text-align: center; vertical-align: middle;"> 
       <img src="images/ArlingtonLogo.png"> 
      </td> 
     </tr> 
    </table> 

+0

Copie possible du [tableau central en HTML] (https://stackoverflow.com/questions/13469383/center-table-in-html) – Rob

Répondre

0

Sur votre table l'utilisation des cellules caractéristiques suivantes:

<td valign="middle" align="center">...</td> 

pour alignement vertical et horizontal.

Cette short article peut vous aider.

+0

'valign' et' align' sont des propriétés obsolètes: https: // www .w3.org/TR/html52/obsolete.html # caractéristiques non conformes – Rob

+1

Pour les e-mails HTML, ils sont obligatoires, faites-moi confiance. – skobaljic

+0

Pour le courrier électronique HTML, je ne les ai jamais utilisés, faites-moi confiance. – Rob