> I expect to see the image in the first row at the top of the email but I
> only see a place holder.
>

You need to use fully qualified file path.  You only have a relative path so
the image won't be found.

<img src="images/top_half_red_600.jpg" width="615" height="58">

needs to be

<img src="http://www.concrete-media.com/images/top_half_red_600.jpg";
width="615" height="58">


Stephen


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Reply via email to