Thanks Lisa & Dave... the Stickey note thing is Awesome!
Dave, I think you're close on the Icon for an attachment... but....
There were a few typos.... which I was dosh garn impressed that I figured out.
This line:
$Subject = "<img src="{$config['images'}/disk.gif" border="0" alt="$File" /> $Subject";
Should be:
$Subject = "<img src="{$config['images']}/icons/disk.gif" border="0" alt="$File" /> $Subject";
Note to fill in the ] after 'images'
insert the subdirectory /icons/disk.gif
and the \ before the " after disk.gif
Seems to be working for me!
Thanks Dave!!!!
