M
M
Magomed Inarkaev2021-12-02 17:32:58
HTML
Magomed Inarkaev, 2021-12-02 17:32:58

How to put links to category images?

Hello! How to put a link to images in a category. Now you can only go if you click on the category name itself, but you also need to click on the picture to go.61a8d914973f6377526565.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
qwertyshka, 2021-12-02
@magomed182

You need to change the layout of the design.
Now the scheme is something like this

<div>
  <img src="ссылка на картинку" alt="">
  <a href="ссылка на категорию">категория</a>
</div>

And it should be
<a href="ссылка на категорию">
  <img src="ссылка на картинку" alt="">
  <span>категория</span>
</a>

I can’t write beautifully from the phone, but I hope the essence is clear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question