Forum Discussion
Scratch & Win Campaign as a Modal Popup in Mobile App (android and iOS)
Hi sanjayjaiswal
A couple of things that might help solve this.
To help with clear structure and readability of your code, the <style> tags are normally contained within the <head> tag of your email. I'm not versed in wScratchPad but I'm assuming this would not change standard conventions. This also separates styling from the content.
For example:
<head>
<style>
</style>
</head>
<body>
</body>
Looking at your image URLs, if you paste the URL into your browser does the image load? When I paste one in, it contains the '....' which is an incomplete URL. You need to be sure those URLs are correct and working, and then paste them into your code. I would expect the pasted URLs to not contain '...' in them, unless again this is a wScratchPad thing I am not aware of.
Can you let me know your experience with custom code just so I know how deep we can go?
Lastly, when posting code into these threads, there is an insert code button which makes it look nicer for debugging 🙂
Hope this helps and happy to keep debugging.
David ✌️
Related Content
- 2 years ago
- 5 months ago
- 7 months ago