Skip to main content
Community site session details

Community site session details

Session Id : DkZromrWy0jWpBNt1qe7YK
Power Pages - Design & Build
Unanswered

How can I activate an click on an image with link to open in a new window tab?

Like (0) ShareShare
ReportReport
Posted on 18 Mar 2024 01:08:50 by
This is the original code:
<a alt="NAME" href="URL" value="URL" style="width: 100%; height: auto; max-width: 100%;">
<img src="/image.png" alt="NAME" name="image.png" id="ixryv8" style="max-width: 100%; height: 100%; width: 100%;" /></a>
 
I already tried:
onclick="window.open('URL')"
because it worked on a BUTTON but sadly not on image with link.
 
I have zero html experience.
Categories:
  • Surendran Ravindran Profile Picture
    212 on 19 Mar 2024 at 04:42:09
    Re: How can I activate an click on an image with link to open in a new window tab?

    Hi @Sauguad ,

     

    To open the link in a new window/tab when image is clicked , you can add the target="_blank" attribute to the <a> tag. Here's how you can modify your code:

     

     

    <a alt="NAME" href="URL" target="_blank" style="width: 100%; height: auto; max-width: 100%;">
    <img src="/image.png" alt="NAME" name="image.png" id="ixryv8" style="max-width: 100%; height: 100%; width: 100%;" /></a>

     

     

     

    Regards

    Surendran Ravindran

     

    --------------------------------------------------------------------------------------

    I hope that helps.

    If the post solves your problem, please mark it as a solution. If it helps, consider a thumbs up.

     

  • Fubar Profile Picture
    8,051 Super User 2025 Season 2 on 18 Mar 2024 at 01:17:35
    Re: How can I activate an click on an image with link to open in a new window tab?

    Wrap the img tag in an anchor tag.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 62 Super User 2025 Season 2

#2
Lucas001 Profile Picture

Lucas001 48 Super User 2025 Season 2

#3
KevinGador Profile Picture

KevinGador 44 Super User 2025 Season 2

Featured topics