Forums

This topic is locked

HTML Emails

Posted 16 Mar 2007 04:42:10
1
has voted
16 Mar 2007 04:42:10 Chris Trace posted:
Hey there,

When sending html email i wish to use images as backgrounds to cells.

I have a linked CSS document to the html mail. Everything else displays properly; colours, borders etc. However the background images dont.

In the HTML there is

<link href="www.chalbys.com/stationery/general/genletterone.css" rel="stylesheet" type="text/css" />

to identify the stylesheet

In the CSS there is

background-image: url (www.chalbys.com/stationery/general/letterheadaugheights.jpg);

to display the image

I have to use absolute paths so that it is functional on other peoples Email client however i tried a relative path also to no avail.

Can anyone please give me a hand with this.

Thanks

Replies

Replied 16 Mar 2007 04:55:25
16 Mar 2007 04:55:25 Chris Trace replied:
an absolute path of

background-image: "www.chalbys.com/stationery/general/letterheadaugheights.jpg";


works locally but not remotely

Reply to this topic