help for newbie please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alex6
    Junior Member
    • Mar 2013
    • 1

    #1

    help for newbie please

    hello
    i am using open xchange for emails and i would like to add a signature however i cannot get my head around it!
    i need to create a signature in html them paste it into the signature box-how do i do this?
    i have tried to create a sig in word then save it in html and paste but it does not work-what am i doing wrong?

    many thsnk
  • pro-ite
    Senior Member
    • Feb 2008
    • 142

    #2
    Originally posted by alex6 View Post
    hello
    i am using open xchange for emails and i would like to add a signature however i cannot get my head around it!
    i need to create a signature in html them paste it into the signature box-how do i do this?
    i have tried to create a sig in word then save it in html and paste but it does not work-what am i doing wrong?

    many thsnk
    Hi,
    sure, it works with cut&paste html code into signature field. And now the trick: strip out all line breaks cause OX changes in html formatted mails each \n or \r to <br>

    An example for a html signature with too many lines:
    <p>With kind regards</p>
    <p>pro-ite</p>

    Correctly pasted html signature text:
    <p>With kind regards</p><p>pro-ite</p>

    More examples on http://pro-ite.net/blog Search for "signatur"

    regards
    pro-ite

    Comment

    Working...
    X