A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Stationery background image problem



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old November 17th 07, 04:44 AM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 135
Default Stationery background image problem

Hi

I have created stationery with below code. Previewing in IE, the background
image appears as non-repeating and as large as its original size but when
installed as stationery in outlook, in a new message it appears repeated and
much smaller. What is the problem and how can I make the background image
not to repeat?

Thanks

Regards


Code
====

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLE id=ridTitleEsprit/TITLE
META http-equiv=Content-Type content="text/html; charset=windows-1252"
STYLE
BODY {
background: url("C:/MyImage.jpg") no-repeat;
FONT-SIZE: 10pt;
FONT-FAMILY: Century Gothic;
BACKGROUND-COLOR: #ffffff
}
/STYLE
META content="MSHTML 6.00.2800.1106" name=GENERATOR/HEAD
BODY

/BODY
/HTML



Ads
  #2  
Old November 17th 07, 01:45 PM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.installation
neo [mvp outlook]
external usenet poster
 
Posts: 718
Default Stationery background image problem

Try...


html
head
style type="text/css"
!--
body { background-attachment: fixed ;
background-color: "#FFFFFF" ;
background-repeat: no-repeat ;
font-family: "Century Gothic" ;
font-size: 10pt ;
font-weight: normal ;
}
--
/style
title/title
/head
BODY BACKGROUND="MyImage.jpg"
div /div
/body
/html


Image & HTML file should be in the program files\common files\microsoft
shared\stationerystationary folder.

"John" wrote in message
...
Hi

I have created stationery with below code. Previewing in IE, the
background image appears as non-repeating and as large as its original
size but when installed as stationery in outlook, in a new message it
appears repeated and much smaller. What is the problem and how can I make
the background image not to repeat?

Thanks

Regards


Code
====

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLE id=ridTitleEsprit/TITLE
META http-equiv=Content-Type content="text/html; charset=windows-1252"
STYLE
BODY {
background: url("C:/MyImage.jpg") no-repeat;
FONT-SIZE: 10pt;
FONT-FAMILY: Century Gothic;
BACKGROUND-COLOR: #ffffff
}
/STYLE
META content="MSHTML 6.00.2800.1106" name=GENERATOR/HEAD
BODY

/BODY
/HTML





  #3  
Old November 17th 07, 08:11 PM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.installation
John
external usenet poster
 
Posts: 135
Default Stationery background image problem

Hi Neo

Many thanks. Tried that but the problem still remains. I have attached the
main image e.jpg and how it appears in Outlook 2007 (tiled.jog). Both are on
scale.

Thanks again

Regards


"neo [mvp outlook]" wrote in message
...
Try...


html
head
style type="text/css"
!--
body { background-attachment: fixed ;
background-color: "#FFFFFF" ;
background-repeat: no-repeat ;
font-family: "Century Gothic" ;
font-size: 10pt ;
font-weight: normal ;
}
--
/style
title/title
/head
BODY BACKGROUND="MyImage.jpg"
div /div
/body
/html


Image & HTML file should be in the program files\common files\microsoft
shared\stationerystationary folder.

"John" wrote in message
...
Hi

I have created stationery with below code. Previewing in IE, the
background image appears as non-repeating and as large as its original
size but when installed as stationery in outlook, in a new message it
appears repeated and much smaller. What is the problem and how can I
make
the background image not to repeat?

Thanks

Regards


Code
====

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLE id=ridTitleEsprit/TITLE
META http-equiv=Content-Type content="text/html; charset=windows-1252"
STYLE
BODY {
background: url("C:/MyImage.jpg") no-repeat;
FONT-SIZE: 10pt;
FONT-FAMILY: Century Gothic;
BACKGROUND-COLOR: #ffffff
}
/STYLE
META content="MSHTML 6.00.2800.1106" name=GENERATOR/HEAD
BODY

/BODY
/HTML











  #4  
Old November 17th 07, 08:41 PM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.installation
neo [mvp outlook]
external usenet poster
 
Posts: 718
Default Stationery background image problem

I don't have OL2007, but it doesn't suprise me that it isn't working. From
what I understand from OL2007 was revampled where it is always using Word as
the editor, so it is quite possible that it ignores the inline css.

"John" wrote in message
...
Hi Neo

Many thanks. Tried that but the problem still remains. I have attached the
main image e.jpg and how it appears in Outlook 2007 (tiled.jog). Both are
on scale.

Thanks again

Regards


"neo [mvp outlook]" wrote in message
...
Try...


html
head
style type="text/css"
!--
body { background-attachment: fixed ;
background-color: "#FFFFFF" ;
background-repeat: no-repeat ;
font-family: "Century Gothic" ;
font-size: 10pt ;
font-weight: normal ;
}
--
/style
title/title
/head
BODY BACKGROUND="MyImage.jpg"
div /div
/body
/html


Image & HTML file should be in the program files\common files\microsoft
shared\stationerystationary folder.

"John" wrote in message
...
Hi

I have created stationery with below code. Previewing in IE, the
background image appears as non-repeating and as large as its original
size but when installed as stationery in outlook, in a new message it
appears repeated and much smaller. What is the problem and how can I
make
the background image not to repeat?

Thanks

Regards


Code
====

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEADTITLE id=ridTitleEsprit/TITLE
META http-equiv=Content-Type content="text/html; charset=windows-1252"
STYLE
BODY {
background: url("C:/MyImage.jpg") no-repeat;
FONT-SIZE: 10pt;
FONT-FAMILY: Century Gothic;
BACKGROUND-COLOR: #ffffff
}
/STYLE
META content="MSHTML 6.00.2800.1106" name=GENERATOR/HEAD
BODY

/BODY
/HTML










 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Background image in stationery John Outlook - General Queries 0 November 17th 07 03:29 AM
Stationery problem ... DaveW Outlook - General Queries 0 March 28th 07 02:55 AM
How to set background image for ActiveInspector.CurrentItem? Burma Jones Outlook - Using Forms 1 February 20th 06 07:13 AM
How to set background image for ActiveInspector.CurrentItem? Burma Jones Outlook and VBA 1 February 20th 06 07:13 AM
background image problem OE6 zMartha Outlook Express 1 February 4th 06 01:18 AM


All times are GMT +1. The time now is 10:25 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.