お問い合わせページのメールテンプレートタイプを「テキスト」から「HTML」に変更する必要があります。config.xmlにあることがわかりました
 <email>
    <contacts_email_email_template translate="label" module="contacts">
       <label>Contact Form</label>
       <file>contact_form.html</file>
       <type>text</type>
    </contacts_email_email_template>
 </email>config.xmlを適切にオーバーライドする方法
[編集]これはapp / code / core / mage / contact / etc / config.xmlファイル用であり、以下の回答は... / mage / ANYTHING / etc / config.xmlに対して機能します。