Morgain
Well-known member
I put an image link on forum_list and it works fine with test images, so my code is OK.
But the image I want does not show up.
I get the little blank square showing it can't display the image.
The type of image I'm trying to load both on test images and the target image I want, are .png.
Test image yes, this one no.
I tested if it is a size issue by creating an image cut in half. Same result.
Have recreated the image from its larger source image several times, re-uploading (has worked before doing that). No result.
Frustrating as I got a lovely effect from a similar insertion of a page Title image on the wiki pages.
Code I'm using (top of forum_list) which works fine with another graphic in .png

I attach the image I want to upload. Can anyone more skilled than I see if it has something wrong with it?
Or is this something about forum_list ?
LATER ... tried another different pic, also snipped from a photo. Same. Will not display.
But the image I want does not show up.
I get the little blank square showing it can't display the image.
The type of image I'm trying to load both on test images and the target image I want, are .png.
Test image yes, this one no.
I tested if it is a size issue by creating an image cut in half. Same result.
Have recreated the image from its larger source image several times, re-uploading (has worked before doing that). No result.
Frustrating as I got a lovely effect from a similar insertion of a page Title image on the wiki pages.
Code I'm using (top of forum_list) which works fine with another graphic in .png
Code:
<xen:h1>{$xenOptions.boardTitle} <img src="@imagePath/xenforo/widgets/candles8.png" /></xen:h1>

I attach the image I want to upload. Can anyone more skilled than I see if it has something wrong with it?
Or is this something about forum_list ?
LATER ... tried another different pic, also snipped from a photo. Same. Will not display.