ayoksus Posted November 26, 2012 Share Posted November 26, 2012 (edited) Hi, Now I'm having problem with html email where sentences are broken in the middle and make a new line.It would be new problem for a normal word, but it is a problem if it's happened with image src. The image is not displayed and if I take a look in the source codes the link is broken like: src="http://www. imageslink.com/image.jpg" . And it's not happened to all images in the email Does anyone knows what happens? I've tried to do str_replace in the output, but it doesn't work. Edited November 26, 2012 by ayoksus Quote Link to comment Share on other sites More sharing options...
smallc28 Posted November 26, 2012 Share Posted November 26, 2012 Don't understand what you're really doing but try this example 1: <img src="http://www.imageslink.com/image.jpg"> example 2: <a href="#"><img src="http://www.imageslink.com/image.jpg"></a> Quote Link to comment Share on other sites More sharing options...
ayoksus Posted November 26, 2012 Author Share Posted November 26, 2012 Hi. I've solved it by using base64 encode. Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.