XF 2.0 Broken Image!

JoyFreak

Well-known member
Licensed customer
I have added this as my description for a category:
<img src="img/online.png" alt="Online" title="Online" /> EvilGunZ is the most unique GunZ private server around, running a unique looting system found in games such as Destiny.

It works on the main forum, but not on the category page as seen in the screenshot: Any reason why?

broken image.webp
 
I have added this as my description for a category:


It works on the main forum, but not on the category page as seen in the screenshot: Any reason why?

Is the category page in a different directory? You have a relative file path in img/online.png. Try /img/online.png instead.
 
Is the category page in a different directory? You have a relative file path in img/online.png. Try /img/online.png instead.
Exactly, thank you! I didn't know you could just add '/' in the beginning and it will work from any folder/category so thank you!
 
Back
Top Bottom