x

Make embedded image a clickable link

I embedded some images on my homepage and implemented a hover effect. Now, I would like to link the images to internal pages on my site (make them buttons). How do I do this?

Link to my site: www.tvhrealestategroup.weebly.com

The three images are near the bottom, "investing", "mortgages - coming soon", and "book a call".

thanks in advance.

557 Views
Message 1 of 2
Report Inappropriate Content
1 REPLY 1

@tvhrealestate 

i use embeded images to make then NO FOLLOW   and they are linked:

<a href="add the website/URL here" target="_blank" rel="nofollow noopener sponsored">
<img src="add the complete image URL here" class="attachment-original size-original" alt="ADD the ALT text here" width="284" height="63">
</a>

complete image url looks like this:

https://www.nomadicbackpacker.com/uploads/9/9/5/9/12345/file-name_orig.png

i upload the image i want to embed , on a hidden page   , then code it in on desired page.. edit the NOFOLLOW bits to what u want   (delete if internal links)

PS   images on hover look cool!!!!!!

523 Views
Message 3 of 2
Report Inappropriate Content
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.