View Full Version : Images not displaying in emails
sjurick372352
05-13-2009, 03:04 PM
I have two PHP pages with WAUE instances in them that have been working forever. At the top of each email to the customer is a logo banner. I changed the banner's look, deleted the old one, inserted the new one and now the banner does not show up on any emails. The name is even the same! What's up with that?
Ray Borduin
05-13-2009, 03:25 PM
Make sure you are using the full url path to the image like:
<img src="http://www.yoursite.com/images/yourbanner.jpg">
it won't show in an email if you tried to use a relative path.
sjurick372352
05-14-2009, 02:40 AM
Thanks. I wasn't aware that I needed to change the path to http from relative as it's been working for months the old way. I changed it and it works now.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.