<div class="markdown">
<p dir="auto">On 15 Sep 2013, at 11:20, Thomas Wölk wrote:</p>

<blockquote>
<p dir="auto">is there a way to use a external CSS-Stylesheet for customize the HTML Body parts/Markdown Preview?</p>
</blockquote>

<p dir="auto">Yes, if you mean to be able customize how messages are styled when you see them. No, if you mean what the recipient will see.</p>

<blockquote>
<p dir="auto">I'found a Link information via HTML source view:</p>

<pre><code>link type="text/css" rel="stylesheet" href="file:///Users/tw/Library/Application Support/MailMate/Resources/MmMessagesWebView/stylesheet.css"/
</code></pre>
</blockquote>

<p dir="auto">For the 'yes'-answer then you have found the solution yourself. You can put your CSS styling in the file stated above. In general:</p>

<pre><code>~/Library/Application Support/MailMate/Resources/MmMessagesWebView/stylesheet.css
</code></pre>

<blockquote>
<p dir="auto"><strong>@Benny:</strong> Can you check the MD modul?</p>

<p dir="auto">This line:</p>

<pre><code>»<link type="text/css" rel="stylesheet" href="file:///Applications/MailMate.app/Contents/Resources/MmMessagesWebView/stylesheet.css"/>«
</code></pre>

<p dir="auto">does not work as code block in MM (without "»«")</p>
</blockquote>

<p dir="auto">Hmm, I don't seem to be able to reproduce that. If I understand you correctly then you cannot do this (copy/pasted from above):</p>

<pre><code><link type="text/css" rel="stylesheet" href="file:///Applications/MailMate.app/Contents/Resources/MmMessagesWebView/stylesheet.css"/>
</code></pre>

<p dir="auto">But that seems to work fine for me?</p>

<p dir="auto">-- <br>
Benny</p>

</div>