Where to place "enable_http_images = TRUE"? in Developer Help
|
|
Okay so I have a MotD (Message of the Day) system that I had found in resources. It works exactly how I want it to only there's a problem, when I use the "img" tag to display an image I get from the internet, the browser doesn't show the image at all.
I looked at the DM ref. and I saw that the Browser chooses FALSE as the default for http images. So my question is, where would I put the "enable-http-images = TRUE" in my code so the browser can display any image?
|
Then, like all images, you need to do <img src="file location (if any)/filename.ext">