Skip to Content
Menu
This question has been flagged
1 Reply
3214 Views

hi i am building mw home page website and added images and i want when i click on them leads me to anther page how cab i do this 

Avatar
Discard

Is there an answer to this question?

Best Answer

hello @نورة أحمد

I hope you are doing well,

- you need to use "a" tag outside of the "img" tag- after that you can directly redirect on other page or url.
- you can got throgh this example 
- here "a" tag href added shop page link like "/shop" 

code:

For this code please check the comment .

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari


Avatar
Discard

Please find the code for the solution's

<div class="o_colored_level">
<a href="/shop/">
<img src="/web/image/website.s_text_image_default_image" class="img img-fluid mx-auto" alt="" loading="lazy"/>
</a>
</div>

Related Posts Replies Views Activity
0
Oct 24
173
1
Aug 21
2095
1
Sep 17
15055
0
Oct 15
3552
1
Aug 24
254