![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm sending out a monthly e-newsletter. In one of my <div> tags I'd like to specify a background picture. In my css, it defines the path as url('image.jpg'); But I have found from experience that I need to use a absolute path to the web servers folder/image. How can I change the above path to a http://www.server.com/image.jpg ?? |
#3
| |||
| |||
|
|
I'm sending out a monthly e-newsletter. In one of my <div> tags I'd like to specify a background picture. In my css, it defines the path as url('image.jpg'); But I have found from experience that I need to use a absolute path to the web servers folder/image. How can I change the above path to a http://www.server.com/image.jpg ?? Thanks, Steve |
#4
| |||
| |||
|
|
url(http://www.server.com/image.jpg); |
#5
| |||
| |||
|
|
Yea, I tried that, didn't seem to work..... Murray *TMM* wrote: url(http://www.server.com/image.jpg); |
#6
| |||
| |||
|
|
Then you tried incorrectly. Send me the email at forums at mydomain (mydomain is great-web-sights.com). |
#7
| |||
| |||
|
|
Yea, I tried that, didn't seem to work..... Murray *TMM* wrote: url(http://www.server.com/image.jpg); |
#8
| |||
| |||
|
|
Ok, I sent you a copy of the newsletter. Murray *TMM* wrote: Then you tried incorrectly. Send me the email at forums at mydomain (mydomain is great-web-sights.com). |
#9
| |||
| |||
|
|
What email program are you checking in? There's not great consistency in how they will interpret HTML in emails, especially when it comes to CSS. MD Steve Grosz wrote: Yea, I tried that, didn't seem to work..... Murray *TMM* wrote: url(http://www.server.com/image.jpg); |
#10
| |||
| |||
|
|
And I sent you the answer. The solution is - 1. Remove the quotes around the image's url in the background-image style, and 2. Move the stylesheet within the body, i.e., just underneath the <body tag |
![]() |
| Thread Tools | |
| Display Modes | |
| |