Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #484769

    Hi,

    When I add a hyperlink to an image within a page, the image will disappear.

    Before add hyperlink:

    View post on imgur.com

    After add hyperlink:

    View post on imgur.com

    May I know what caused this?

    #485075

    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

    #485754

    Hi Rikard,

    Here you go. Thanks.

    #485862

    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

    #486288

    Works great! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image in Post Disappeared When Hyperlink is Added’ is closed to new replies.