Iron Speed Designer 9.2.0 Email Master DotNet Master Pages Master Pages\Email.html Email Master Page with a Emailable Header. PageContent Aspx System.Web.UI.WebControls.ContentPlaceHolder PageFooter Footer ..\Header and Footer\Footer.ascx PageHeader Header ..\Header and Footer\EmailHeader.ascx <?xml version="1.0" encoding="utf-16"?> <LayoutDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Layout Name="Master" Type="RootLayout"> <Prolog> <Value>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head id="Head1" runat="server"&gt; &lt;meta name="keywords" content="Persons"/&gt; &lt;title&gt;&lt;/title&gt; &lt;/head&gt; &lt;body id="Body1" runat="server" class="pBack"&gt; &lt;form id="Form1" method="post" runat="server"&gt; &lt;BaseClasses:ScrollCoordinates id="ScrollCoordinates1" runat="server"&gt;&lt;/BaseClasses:ScrollCoordinates&gt; &lt;BaseClasses:BasePageSettings id="PageSettings" runat="server"&gt;&lt;/BaseClasses:BasePageSettings&gt; &lt;script language="JavaScript" type="text/javascript"&gt;{ScriptDirectionTemplate}&lt;/script&gt; &lt;asp:ScriptManager ID="scriptManager1" runat="server" EnablePartialRendering="True" EnablePageMethods="True" EnableScriptGlobalization="True" EnableScriptLocalization="True" /&gt; </Value> </Prolog> <Row> <Cell> <Value>&lt;GEN:HEADER NAME="PageHeader"/&gt;</Value> <CellAttributes> <Attribute> <Name>class</Name> <AttributeValue>pcT</AttributeValue> </Attribute> </CellAttributes> </Cell> </Row> <Row> <Cell> <Value>&lt;asp:ContentPlaceHolder id="PageContent" Runat="server"/&gt;</Value> <CellAttributes> <Attribute> <Name>class</Name> <AttributeValue>pcC</AttributeValue> </Attribute> </CellAttributes> </Cell> </Row> <Row> <Cell> <Value>&lt;GEN:FOOTER NAME="PageFooter"/&gt;</Value> <CellAttributes> <Attribute> <Name>class</Name> <AttributeValue>pcB</AttributeValue> </Attribute> </CellAttributes> </Cell> </Row> <Epilog> <Value> &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; </Value> </Epilog> </Layout> </LayoutDefinition>