Recent Topics

1 Dec 14, 2015 09:27    

Hi,
I want to create a POST with an Image, but that image should have a link to a local file.
When I create the post, I create the content, add the image, save, and use the image.
This is creating a content like this :


<p> </p>
<p>test video. cliquer sur l'image, puis autoriser l'exécution de la page :</p>
<p> [image:234:]</p>

I would however add the following link to the image :
<a href="file://G:\PUBLIC\gpo\VLC\Files\localview.exe"></a>

How to do this

2 Dec 18, 2015 23:24

@jevylux all you need to do is put the image tag inside a link tag.

<p><a href="http://example.com/your-file.ext"> [image:234:]</a></p>

If your site is online, then the file should be also uploaded in in the same server.

3 Sep 10, 2016 23:19

I have the same problem, despite inserting the image tag into the link.
<p><a href="http://www.erepsnetwork.com" target="_blank">[image:17]</a></p>

All it does, is to open up the enlarged image in a pop-up window. I have also tried the img src hyperlink option. The hyperlink works with that one, but it does not allow responsive resizing of the image. Is this a trade-off I have to accept just now - responsiveness vs. hyperlinked image?

Here's the website: https://www.blue-steens.com/events/
The image sits in an Intro-Front post if that makes a difference.

5 Sep 11, 2016 22:25

Custom CSS works a treat! Instructions are clear. Thanks!


Form is loading...