Hi,
Within the Enfold theme I would like to use some images that are located on a different website, so I need to insert a custom image url. But I cannot figure out where or how to do this.
How can I accomplish this?
Kind regards
Hello. You can use the following code, placing it into a Text Box or Code Block.
img src=”http://www.website-with-image.com/images/filename.jpg” alt=”image description” width=”15″ height=”15″ /
Note: I took out the “<” and “>” so you could see the code/HTML. Just add each back to the beginning and end of the code/HTML. See below
<insert code/html shown above>
Good luck,
Ryan
Thank you Ryan!
Though this doesn’t really fix my problems, I am figuring out how to use this for instance for the Slideshow, there are no ways to add such html. Is there another way to do it via the Media Library maybe?