Link to home
Start Free TrialLog in
Avatar of thota198
thota198

asked on

problem with message format


i added a placeholder called  'v_banner' as shown in the bold below the body, this placeholder appears in the beginning of the body of the message can some one help if i entered the placeholder v_banner correctly in the body section

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New Page 2</title>
<style type="text/css">
.style1 {
    font-family: Tahoma;
    font-size: x-small;
}
.style2 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: x-small;
}
</style>
</head>

<body>
<div class="style1">|V_BANNER|</div>
<div>
    <div>
        <span class="style1">|PROMOTION_NAME| - |APPLN_NAME| Deal Id: |DEAL_REGISTRATION_ID|
        for |END_CUSTOMER_COMPANY_NAME| / |PARTNER_COMPANY_NAME| is now </span><span class="style2">
        APPROVED.</span></div>
    <div class="style1">
&nbsp;</div>
    <div class="style1">
        |REBATE_VERBIAGE|</div>
    <div class="style1">
&nbsp;</div>
    <div class="style1">
        You are APPROVED to place your DISTRIBUTION order using the Distribution
        Authorization ID(DART) below. The Distributor/s you selected
        have received notification of the price Deviation approval. Please
        proceed to place your order with</div>
    <div class="style1">
&nbsp;</div>
    <table height="36" cellspacing="0" cellpadding="0" width="67%" border="1">
        <tr>
            <td width="50%">
            <div align="center" class="style2">
                Distributor Name</div>
            </td>
            <td width="50%">
            <div align="center" class="style2">
                Distribution Authorization ID (DART)</div>
            </td>
        </tr>
        <tr>
            <td width="50%">
            <div class="style1">
                |DISTRIBUTOR_NAME|</div>
            </td>
            <td width="50%">
            <div class="style1">
                |DEVIATION_ID|</div>
            </td>
        </tr>
    </table>
    <div class="style1">
&nbsp;</div>
    <div align="center">
        <table cellspacing="0" cellpadding="0" width="100%" border="0">
            <tr>
                <td width="30%">
                <div class="style1">
                    Deal Expiration Date</div>
                </td>
                <td width="70%">
                <div class="style1">
                    : |FIRST_EXPIRATION_DATE|</div>
                </td>
            </tr>
            <tr>
                <td width="30%">
                <font size="2">|LIST_PRICE|</font></td>
                <td width="70%">
                <font size="2">&nbsp; |LIST_PRICE_1|</font></td>
            </tr>
            <tr width="100%">
                <td width="30%">
                <div class="style1">
                    TMP Quote No</div>
                </td>
                <td width="70%">
                <div class="style1">
                    : |TMP_QUOTE_NO|</div>
                </td>
            </tr>
        </table>
    </div>
</div>
<div>
&nbsp;</div>
   <div>
    Note: The TMP Quote # will only be visible for CCW Deals with Trade-In credits and is only applicable to participating countries/theaters.
    </div>
<p class="style1"><strong>If you are a CAM, no action is required at this time;
this email is strictly a notification.</strong></p>
<p class="style1">Please do not respond to this email.
<BR><BR>For corporate legal information please click here: <A HREF="|CORPORATE_LEGAL_INFO_URL|">|CORPORATE_LEGAL_INFO_URL|</A>
</p>
</body>
</html>
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Does it appear correctly to you if you open it in a browser window?

It's a div.  The syntax is correct.  What are you asking?
Avatar of thota198

ASKER

i was asking where the v_banner that i entered in the body segment written correctly i.e whether it should be like <div> |v_banner| </div>
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial