hi,
the problem is NOT in Dolphin!
Gmail, Yahoo, Hotmail or any other mail services ignore CSS (classes/id).
soo if you want to "pull" any images in your newsletter/notification you'll need to specify the WHOLE path to the image INSIDE the E-mail template body... too much code, but so far i know this is the only way..
it must look something like:
<a href="http://www.yoursite.com/"><img src="http://www.yoursite.dk/images/top_logo.jpg" style="position:absolute;" width="863" height="117" border="0" alt="YourSite Logo" ></a>
NOTE: it's recommended to use TABLES instead of DIVs.
anyway i you gonna use DIVs , you need to specify "styles" there.
EXAMPL: <div style="position:relative; border:1px solid #aa8d00; text-align:center; padding-top:10px; color:#ffffff;">
all in all.. :
- no separate CSS files!
- use TABLES for your mail body
- specify FULL pathes to your images
- align template body to the LEFT (recommended)
let me know if you will have any questions.
regards
Tim Shim