Jump to content

How Do I....


Recommended Posts

Posted (edited)

The method is to wrap an image in a link and have that link set to just a hash (#). When you append # onto the end of a URL, you get sent to the top of the page and nothing else happens.

 

 

I managed to do it here too, except it wasn't as straightforward as I'd like it to be.

329px-SMPTE_Color_Bars.svg.png

 

You right-click the editor, inspect the element, and manually edit the HTML to add in the following inside an available <p> tag:

<a href="#"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/SMPTE_Color_Bars.svg/329px-SMPTE_Color_Bars.svg.png" /></a>

Edited by liverare

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...