How to create a rich text field in SharePoint exported it using SPM (see codeplex)
So I started creating a rich text field by including the following within my elements file:
<Field ID=“{1BE85F03-53B9-4D87-8383-3493899841A3}” Name=“MyRichTextField” StaticName=“MyRichtextField” DisplayName=“My rich text field” Type=“Note” Group=“My Group” Description=“My Rich text field” Required=“FALSE” ShowInEditForm=“TRUE” ShowInDisplayForm=“TRUE” ShowInNewForm=“TRUE” RichText=“TRUE” RichTextMode=“FullHtml” IsolateStyles=“TRUE” UnlimitedLengthInDocumentLibrary=“TRUE” Version=“1“/>
So great that was easy!