HighDots Forums  

e-signature image behind text...

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss e-signature image behind text... in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
r_tist
 
Posts: n/a

Default e-signature image behind text... - 05-06-2008 , 10:35 AM






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!


Reply With Quote
  #2  
Old   
imaaxa
 
Posts: n/a

Default Re: e-signature image behind text... - 05-10-2008 , 01:42 AM






I am not sure if this will do it or not, but you can try. Add this to your css:

background-image: url(mypicture.gif);
background-repeat: no-repeat;
background-position: 10% 50%;

In the background-position: 10% 50%; style, the 10% is the left to right
value, higher right, lower left. The 50% is the up and down.

Hope it helps.




Reply With Quote
  #3  
Old   
imaaxa
 
Posts: n/a

Default Re: e-signature image behind text... - 05-10-2008 , 01:42 AM



I am not sure if this will do it or not, but you can try. Add this to your css:

background-image: url(mypicture.gif);
background-repeat: no-repeat;
background-position: 10% 50%;

In the background-position: 10% 50%; style, the 10% is the left to right
value, higher right, lower left. The 50% is the up and down.

Hope it helps.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.