XF 2.2 Cant see image

so this ad slot does work for me. but i am using some code i found elsewhere to shrink the header to put the logo in same line as the top bar. i had to remove that code for the header container ad block to appear. while i doubt you are using a similar code to shrink header... it is likely a theme issue.
 
I am adding an image in the ad position Header container. But cant see the image, I am using standard HTML to show the image.
What am I doing wrong?

Here is my HTML: <img src="https://www.......no/forum/bilder/sonar-f.jpg" alt ="my image" />

You need to put the html inside code bbcode, it seems the post has rendered the [URL]

As above all the dots, it doesn’t seem to be a proper URL: this is what you are showing here:

Code:
<img src="[URL]https://www.......no/forum/bilder/sonar-f.jpg[/URL]" alt ="my image" />
 
Last edited:
I accessed the actual URL based on your site domain (I assume the ... are intentional to mask your domain) but the image does not exist.

Have you uploaded it to the server?
 
Back
Top Bottom