
Originally Posted by
colemanpa
ok I'm back I got the logo to work but I needed to change the size of the e-mails to fit the html code from advert so it took a few adjustments and I had to change the width in ever e-mail in the email directory to make list work, the only problem seems to be with the order page in the middle there a gray box with the shipping address but the right side is outside the right margin, you can check it out by creating an account, put something in the cart and checkout with moneyorder, don't worry I will delete it, and can you override this directory and if so how? here is the orders file if anyone could help that would be get, I have tried everything with this file;
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=$CHARSET" />
<base href="$BASE_HREF" />
<style type="text/css">
body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
a:link {color:#0066cc;}
a:hover {background-color:#eeeecc; color:#0066cc;}
a:visited {color:#0066cc;}
.holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:635px;}
.header {font-size:10px; padding:0px; width:635px;}
.content {font-size:10px; padding:5px; width:550px;}
.footer {border-top:1px solid #9a9a9a; font-size:9px; margin-top:10px; text-align:center; width:635px;}
.disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:625px;}
.disclaimer1 {color:#666666; padding:5px;}
.disclaimer1 a:link {color:#666666;}
.disclaimer1 a:visited {color:#666666;}
.disclaimer2 {color:#666666; padding:5px;}
.copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
</style>
</head>
<body>
<div class="holder">
<!-- Header Section -->
<div class="header">
<img src="email/header.jpg" alt="logo" />
</div>
<!-- Content Section -->
<div class="content">
<div>Dear $EMAIL_CUSTOMERS_NAME,</div>
<div>$EMAIL_STORE_NAME</div>
<div>$EMAIL_TEXT_ORDER_NUMBER</div>
<div>$EMAIL_TEXT_INVOICE_URL</div>
<div>$EMAIL_TEXT_DATE_ORDERED</div>
<div>$EMAIL_TEXT_STATUS_COMMENTS</div>
<div>$EMAIL_TEXT_STATUS_UPDATED</div>
<div>$EMAIL_TEXT_STATUS_LABEL</div>
<div>$EMAIL_TEXT_STATUS_PLEASE_REPLY</div>
</div>
<!-- Footer Section -->
<div class="footer">
<div class="copyright">$EMAIL_FOOTER_COPYRIGHT</div>
</div>
</div>
<div class="disclaimer">
<div class="disclaimer1">$EMAIL_DISCLAIMER</div>
<div class="disclaimer2">$EMAIL_SPAM_DISCLAIMER</div>
</div>
</body>
</html>