I created a Page for my forum and embedded the below code in the HTML.
The image displays correctly in Mac Chrome, but not Mac Safari, Mac Firefox or iPhone Safari browsers (I get a broken image icon).
Here is the page: https://www.royalenfieldowners.com/index.php?pages/sponsors/
Any ideas on why this might happen?
(I got this image src address by uploading an image into a post in the forum, getting the address for the image, then hiding the post from public view)
<a href="https://www.royalenfieldowners.com/index.php?pages/advertise">
<img src="https://www.royalenfieldowners.com/index.php?attachments/reownersadbanner-png.37584/" alt="Sponsor Banner">
</a>
I've also tried uploading the image to the /images dir on the server and referencing the image as /images/reownersadbanner-png.37584 yet I get the exact same result.
The image displays correctly in Mac Chrome, but not Mac Safari, Mac Firefox or iPhone Safari browsers (I get a broken image icon).
Here is the page: https://www.royalenfieldowners.com/index.php?pages/sponsors/
Any ideas on why this might happen?
(I got this image src address by uploading an image into a post in the forum, getting the address for the image, then hiding the post from public view)
<a href="https://www.royalenfieldowners.com/index.php?pages/advertise">
<img src="https://www.royalenfieldowners.com/index.php?attachments/reownersadbanner-png.37584/" alt="Sponsor Banner">
</a>
I've also tried uploading the image to the /images dir on the server and referencing the image as /images/reownersadbanner-png.37584 yet I get the exact same result.
Last edited: