Jump to content

[Resolved] Revise eMail template problems


Claudia M

Recommended Posts

I am trying to revise the default email template to remove the extra table and use a custom logo. Also change the font to Verdana 12 px.  But it keeps adding code and changing stuff ...  adding paragraph codes, moving </header> .  Here is what it does when I don't try to use a custom logo: Now even when I go back to what came with CubeCart, it shows the extra code.  Thanks in advance, Claudia

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>

<head>

               <title></title>

</head>

<body bgcolor="#ffffff"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<style type="text/css">html, body, table {

font-family: Verdana;     

font-size: 12px;

</style>

<title>Default HTML Template</title>

<base href="{$DATA.storeURL}" />

<style data-cke-temp="1">html{height:100% !important}

img:-moz-broken{-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}

html{cursor:text;*cursor:auto}

img,input,textarea{cursor:default}

</style>

<p>&nbsp;</p>

 

<table border="0" cellpadding="0" cellspacing="0" width="100%">

               <tbody>

                              <tr>

                                             <td><a href="{$DATA.storeURL}"><img alt="{$DATA.storeName}" border="0" src="{$DATA.logoURL}" /></a></td>

                              </tr>

                              <tr>

                                             <td>{$EMAIL_CONTENT}</td>

                              </tr>

                              <tr>

                                             <td>

                                             <p>Regards,</p>

                                             Claudia Myers<br />

                                             ClaudiasBargains<br />

                                             <a href="https://twitter.com/ClaudiasBargain" style="color: #3a4c5e; text-decoration: none;" title="Twitter">Twitter</a> <span style="color: #3a4c5e; text-decoration:none;">|</span> <a href="https://www.facebook.com/Claudias-Bargains" style="color: #3a4c5e; text-decoration: none;" title="Facebook">Facebook</a> <span style="color: #3a4c5e; text-decoration:none;">|</span> <a href="https://www.pinterest.com/ClaudiaBargains" style="color: #3a4c5e; text-decoration: none;" title="Pinterest">Pinterest</a></td>

                              </tr>

               </tbody>

</table>

 

<p>&nbsp;</p>

 

<p>----------------------------------</p>

 

<p>&nbsp;</p>

 

<table border="0" cellpadding="0" cellspacing="3" width="100%">

               <tbody>

                              <tr>

                                             <td><span style="font-size: 12px; text-decoration:none;">Contact Us: [email protected]<br />

                                             2934 Dolphin Dr. #488<br />

                                             Elizabethtown, Kentucky 42702 </span></td>

                              </tr>

               </tbody>

</table>

 

<p>&nbsp;</p>

</body>

</html>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...