0
I need to do a signature in html and css for outlook and need to have a width of at most 320px for adjustment on mobile phones, I did so but the width I ask does not stay, someone can help me, I never used table so I may have done something wrong. Code below along with execution
<table border="0" cellspacing="0" width="320">
<tbody width="320">
<tr width="320">
<td rowspan="6" width="136" height="150"><a href="http://politicadascidades.com.br/"><img width="136" height="136" src="http://politicadascidades.com.br/img/assinaturas/assinatura-iloveimg-resized.jpg" alt="" align="top" /></a></td>
</tr>
<tr width="320">
<td width="183"> </td>
</tr>
<tr width="320">
<td width="183"><span width="183" id="titulo" style="font-size: 25px; font-family: 'Helvetica Neue',Helvetica"> Fabiana Correa</span></td>
</tr>
<tr width="320">
<td><span id="subtitulo" style="color:grey; font-size: 19px;font-family: 'Helvetica Neue',Helvetica"> Editora</span></td>
</tr>
<tr>
<td width="183"><span style="font-family: 'Helvetica Neue',Helvetica"> 19 <span style="font-size: 26px;font-family: 'Helvetica Neue',Helvetica">99432-4813</span></span></td>
</tr>
<tr width="320">
<td width="183"> </td>
</tr>
<tr width="320">
<td width="183">
<a href="http://politicadascidades.com.br/"><img src="http://politicadascidades.com.br/img/assinaturas/icone-browser.png" height="20" align="bottom"></a>
<a href="https://www.facebook.com/politicadascidades"><img src="http://politicadascidades.com.br/img/assinaturas/icone-face.png" alt="" height="20" align="bottom" /></a>
<a href="https://www.instagram.com/politicadascidades/"><img src="http://politicadascidades.com.br/img/assinaturas/icone-insta.png" alt="" height="20" align="bottom" /></a>
<a href="https://twitter.com/politicacidades"><img src="http://politicadascidades.com.br/img/assinaturas/icone-twitter.png" alt="" height="20" align="bottom" /></a>
<a href="https://www.youtube.com/channel/UCPH6zKPor8s8VRjeruSUnrw"><img src="http://politicadascidades.com.br/img/assinaturas/icone-youtube.png" alt="" height="20" align="bottom" /></a>
</td>
</tr>
</tbody>
</table>
Wouldn’t it be the case to decrease the font then? If you put the font size in 20px gets as you want...
– Mathiasfc