Note that there are some explanatory texts on larger screens.

plurals
  1. POAre there other whitespace codes like &nbsp for half-spaces, em-spaces, en-spaces etc useful in HTML?
    text
    copied!<p>Wondering if there are other codes available to use in an HTML newsletter. </p> <p>I would use cell padding or margins but I'm new to this HTML/CSS thing and I can't find a change that does effect both the Main Title line and the sub-head under it. Being an email I'm hesitant to go mucking around with the CSS to get it just so — since I don't know what email clients don't like in the way of CSS as opposed to inline markup.</p> <p>For context the template I'm using is Mute theme from Mailchimp snip:</p> <pre><code> &lt;!-- language: lang-html --&gt; &lt;table cellspacing="0" cellpadding="0" border="0" align="center" width="626"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="middle" bgcolor="#546781" height="97" background="images/header-bg.jpg" style="vertical-align: middle;"&gt; &lt;table cellspacing="0" cellpadding="0" border="0" align="center" width="555" height="97"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td valign="middle" width="160" style="vertical-align:middle; text-align: left;"&gt; &lt;img width="70" height="70" src="http://dl.dropbox.com/…….png" style="margin:0; margin-top: 4px; display: block;" alt="" /&gt; &lt;/td&gt; &lt;td valign="middle" style="vertical-align: middle; text-align: left;"&gt; &lt;h1 class="title" style="margin:0; padding:0; font-size:30px; font-weight: normal; color: #192c45 !important;"&gt; &lt;singleline label="Title"&gt;&lt;span&gt;Title of Report&lt;/span&gt;&lt;/singleline&gt; &lt;/h1&gt; &lt;h1 class="title" style="margin:0; padding:0; font-size:15px; font-weight: normal; color: #192c45 !important;"&gt; &lt;singleline label="Title"&gt;&lt;span&gt;Small Subhead&lt;/span&gt;&lt;/singleline&gt; &lt;/h1&gt; &lt;/td&gt; &lt;td width="55" valign="middle" style="vertical-align:middle; text-align: center;"&gt; &lt;h2 class="date" style="margin:0; padding:0; font-size:13px; font-weight: normal; color: #192c45 !important; text-transform: uppercase; font-weight: bold; line-height:1;"&gt; &lt;currentmonthname /&gt;December &lt;/h2&gt; &lt;h2 class="date" style="margin:0; padding:0; font-size:23px; font-weight: normal; color: #192c45 !important; font-weight: bold;"&gt; &lt;currentyear /&gt;2011 &lt;/h2&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>The whole email as a web page can be seen <a href="http://dl.dropbox.com/u/1585739/bze_html_nl/full_width_bze_baseload-i.html" rel="noreferrer">here</a> </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload