New image window?
-
Is there a way that I can arrange things so that if somebody clicks an image the source-picture will open in a new window? At present it opens in the same window and if the viewer inadvertently clicks ‘close’, rather than ‘back’, they loose my blog.
The blog I need help with is: (visible only to logged in users)
-
Yes you can seize control over your visitors’ browsers by setting each image to open in a new window.
In the Text (HTML) editor (as well as in text widgets), instead of this:
<a href="URL HERE">TEXT HERE</a>
you write this:
<a href="URL HERE" target="_blank">TEXT HERE</a>You upload the image, click File URL, insert it, then click on the image (in the visual editor), click on the edit button (mountain icon), click “Advanced Settings”, scroll down to “Target”, tick “Open link in a new window”, click Update, click Update Post.
Or, you upload the image, click File URL, insert it, then in the html editor add this to the image code (after href… etc… jpg, with a space before it):
target=”_blank”
-
-
- The topic ‘New image window?’ is closed to new replies.