A
A
Anton Kirpach2019-07-26 11:25:55
css
Anton Kirpach, 2019-07-26 11:25:55

How to make a single link?

Good afternoon! I can't figure out how to make the svg background and picture with text be a single link in this block (yellow triangle) when clicked. Thank you!
https://codepen.io/anton-kirpach/pen/zgKjpX?editor...

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Shamanov, 2019-07-26
@SilenceOfWinter

<div class="sticker-bottom">
  <a href="https://www.google.com.ua/">...</a>
</div>

in general, wrap the entire block in a

F
fallus, 2019-07-26
@fallus

Make their parent container be a . And give it display: block.

E
Eugene Volf, 2017-11-14
@Wolfnsex

help me please
Have you tried wrapping the value in quotes? Something like this for example:
$sql_select = "SELECT * FROM `visits` WHERE login='{$_SESSION['login']}'";

PS In general, if the request does not work - a fairly sure means - to take and run it in the database "directly". In your case, it will look something like this: - receive a request, run it and formulate a question more specifically, on the topic of "what exactly does not work" (in this case, the request or its generation) and attach the number of the resp. errors. echo $sql_select; exit;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question