From: r_tist on
Hi,

Can I do this? Use CSS to place/embed a small image into the e-signature to
display beneath the text?

body {
background-image: url(mywatermark.gif); background-repeat: no-repeat;
}

Problem is, I can't get it to show up when I paste into Outlook
signatures...is the way I've got the CSS correct; is url a part of the code?
Finally, what's the best way to drop the signature into Outlook? There isn't
anywhere to paste in the code so I am copying directly from the 'design view'
and pasting in, which may be why the watermark isn't showing up.

Thanks!

From: Vix on
If you're linking to an image in an email, then you'll have to attach
the image to the email somehow, or else upload it somewhere and provide
a full link to it, e.g. http://www.mywebsite.com/mywatermark.gif

If you go the Outlook Help, there's an article called Create signatures
with pictures or logos - have you found that? If not, try following
these instructions.

r_tist wrote:
> Hi,
>
> Can I do this? Use CSS to place/embed a small image into the e-signature to
> display beneath the text?
>
> body {
> background-image: url(mywatermark.gif); background-repeat: no-repeat;
> }
>
> Problem is, I can't get it to show up when I paste into Outlook
> signatures...is the way I've got the CSS correct; is url a part of the code?
> Finally, what's the best way to drop the signature into Outlook? There isn't
> anywhere to paste in the code so I am copying directly from the 'design view'
> and pasting in, which may be why the watermark isn't showing up.
>
> Thanks!
>