Hello brilho,
Please notice that our tested plugins can be found here -> https://www.screencast.com/t/lCAQZjFU If you want to use other plugins, notice that you can try to do this but we cannot say for sure if it will work or not.
Thanks for the message!
I’m having the same problem here: https://agedcareweekly.com.au/aged-care-friendly-suburb-profiles/how-aged-care-elderly-friendly-is-heathmont-victoria-3135/
I want to link the banner image at the top (and several other images on the page) to the contact form at the bottom of the page. However, I can’t figure out how?
Use normal jump links, per modern HTML.
E.g.,
<a href="mysite.ooo/pagename#sectionfour">Jump to bottom</a>
<h3 id="sectionfour">How to Order</h3>
Plenty of tutorials online, as well as great books/ebooks on learning basic HTML skills.
Thanks, I have tried that. Do I insert that in the “image Link” section? Remember I want the image to link. I tried this and couldn’t get it to work. I also tried adding it to the image url space but it deletes it?
-
This reply was modified 8 years by
acwadministrator.
-
This reply was modified 8 years by
acwadministrator.
Hello
Please check here -> https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_link_image the attribute of HTML if you want to add an image with a link.
Thanks for the message!