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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
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:
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Oct 24
|
173 | ||
|
1
Aug 21
|
2095 | ||
|
1
Sep 17
|
15055 | ||
|
0
Oct 15
|
3552 | ||
|
1
Aug 24
|
254 |
Is there an answer to this question?