Hi,
When I add a hyperlink to an image within a page, the image will disappear.
Before add hyperlink:
After add hyperlink:
May I know what caused this?
Hey etheravion,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hi Rikard,
Here you go. Thanks.
Hi!
Please change your following code
#showgallery {
position: absolute;
top: 80px;
left: 480px;
display: block !important;
}
to following one
#showgallery {
position: absolute!important;
top: 80px;
left: 480px;
display: block !important;
}
Cheers!
Yigit
Works great! Thanks!