Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Outbound disclaimer

  • 04-05-2007 8:49am
    #1
    Closed Accounts Posts: 2,460 ✭✭✭


    Hi,
    We use a copperfasten mail firewall and use this for attaching our outbound disclaimers to mails.

    Heres the code I have used and it comes out looking well. The only problem is the text comes out purple! Why is this?




    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
    <html xmlns="http://www.w3.org/1999/xhtml"&gt;
    <head>
    <style type="text/css">
    <!--
    .style1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    }
    </style>
    </head>

    <body>
    <p class="style1"><br />
    <strong>Company Ltd,</strong><br />
    Registered Office: <br />
    2nd Floor, , <br />
    Galway City,
    <br />
    Galway, <br />
    Ireland. <br />
    <br />
    Registered in Ireland. Registered No.:897654. <br />
    Directors: ************ <br />
    <br />
    ________________________________________________________</p>
    <p class="style1">LEGAL NOTICE: <br />
    Blurb.</p>
    <p class="style1"></p>
    </body>
    </html>


Comments

  • Registered Users, Registered Users 2 Posts: 4,468 ✭✭✭matt-dublin


    view the source of the email after it has been sent that may give you some indication


Advertisement