Answer the question
In order to leave comments, you need to log in
Why is the picture not showing up?
Here is the code:
.href14 {
background-image: url("file:///C:/Users/artemqq/Desktop/rtyhj.png");
height: 32px;
width: 32px;
display: block;
}
Answer the question
In order to leave comments, you need to log in
You specify a path relative to your computer.
If this code is uploaded to the server, then it will not find this picture.
Or
Depends on the structure of the site.
background-image: url("rtyhj.png");
background-image: url("../rtyhj.png");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question