V
V
Vlad_P2014-01-10 20:12:14
Email Marketing
Vlad_P, 2014-01-10 20:12:14

How to center the text in an e-mail newsletter?

Hello! The mailing body is a table with a fix. width. I can't center it. align=center doesn't help! Mailing is carried out through the service www.unisender.com/ru/ Must be correctly displayed both through the web interface and in mailers

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
LIAL, 2014-01-10
@LIAL

What's the problem with wrapping it in a div with align=center ?

V
Vlad_P, 2014-01-10
@Vlad_P

Because this is a newsletter, not a website page (however, this attribute does not work for divs at all)
And aligning in the usual way will not help either

V
Vadim Kyssa, 2014-02-26
@cissav

Divas do not need to be used. HTML emails are best created through tables. Try this option.

<table border="0" cellspacing="0" cellpadding="0" align="center" >
  <tr>		
    <td align="center" style="color:#323b45; font:bold 18px Arial;">Хотите сбросить текущий пароль?</td>
  </tr>
</table>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question