Home → Enterprise Level Features → MergeTags → Disclaimer Tags for Coldwell Banker
Posted 07.29.14
Coldwell Banker Residential Brokerage - Chicago, IL
Tag inventory:
Category | Tag Name | Description | Tag Replacement Text | |||
UNIVERSAL | DISCLAIMER_CONSUMER_LISTED | (Appears in all templates) Used any time message is being sent to the public (consumers) | If your property is listed with a real estate broker, please disregard. It is not our intention to solicit the offerings of other real estate brokers. We are happy to work with them and cooperate fully. | |||
UNIVERSAL | DISCLAIMER_COPYRIGHT | (Appears in all templates) Copyright, Fair Housing, Equal Opportunity | ©[current year] Coldwell Banker Residential Real Estate LLC. All Rights Reserved. Coldwell Banker Residential Brokerage fully supports the principles of the Fair Housing Act and the Equal Opportunity Act. Operated by a subsidiary of NRT LLC. | |||
UNIVERSAL | DISCLAIMER_IDENTITY | (Appears in all templates) Default trademark references | Coldwell Banker and the Coldwell Banker Logo are registered service marks owned by Coldwell Banker Real Estate LLC. | |||
UNIVERSAL | DISCLAIMER_CONTRACTOR_BASE | (Appears in all templates) Used any time message is being sent | Real estate agents affiliated with Coldwell Banker Residential Brokerage are independent contractor sales associates and are not employees of Coldwell Banker Residential Brokerage. | |||
PREVIEWS | DISCLAIMER_PREVIEWS | (Appears in all Previews templates) Additional Previews-specific trademark references | Coldwell Banker Previews International, the Coldwell Banker Previews International logo and "Dedicated to Luxury Real Estate" are registered and unregistered service marks owned by Coldwell Banker Real Estate LLC. | |||
DEVELOPER | DISCLAIMER_DEVELOPER | Info from builder/developer | ||||
RECRUITING | DISCLAIMER_CONTRACTOR_RECRUITING | Used when recruiting from outside the Company | Coldwell Banker Previews International, the Coldwell Banker Previews International logo and "Dedicated to Luxury Real Estate" are registered and unregistered service marks owned by Coldwell Banker Real Estate LLC. | |||
RECRUITING | DISCLAIMER_CONTRACTOR_INTERNAL | Used in messages to current Company associates | Company materials, programs, or meetings that are not for compliance purposes are optional for your use as an independent sales associate affiliated with the Company. Your use is not required for your continued affiliation with the Company. |
UNIVERSAL tags have already been inserted into all outbound NRT messages; YOU SHOULD NOT INCLUDE THESE IN YOUR TEMPLATE HTML.
When inserting additional Disclaimer Tag html into your templates, enter each with only a space between, at the very bottom, just before the closing html tag (no space underneath since default standard will appear below).
EXAMPLE - this HTML matches your existing NewPanda templates and may be copied:
<table align="center" style="width: 600px;">
<tbody>
<tr>
<td style="text-align: left;"><font face="Arial" color="#7f7f7f" style="font-size: 8px;">DISCLAIMERTAG</font></td>
</tr>
</tbody>
</table>
</html>
Replace DISCLAIMERTAG above with one or more of the following separated by a SPACE ONLY:
*|DISCLAIMER_PREVIEWS|*
*|DISCLAIMER_DEVELOPER|*
*|DISCLAIMER_CONTRACTOR_RECRUITING|*
*|DISCLAIMER_CONTRACTOR_INTERNAL|*
Here's an example of HTML for inserting the Previews and Developer Disclaimer Tags:
<table align="center" style="width: 600px;">
<tbody>
<tr>
<td style="text-align: left;"><font face="Arial" color="#7f7f7f" style="font-size: 8px;">*|DISCLAIMER_PREVIEWS|* *|DISCLAIMER_DEVELOPER|*</font></td>
</tr>
</tbody>
</table>
</html>