Relative Path's for background-image URL

Hey guys, can anyone help me understand why only the first url path is working?
No description
11 Replies
Santos.
Santos.•5mo ago
mano quando colocas dois pontos antes de qualquer direcao de ficheiro podes escolher o caminho dele
Jochem
Jochem•5mo ago
I appreciate you helping out, but please keep things in English so others can learn from it too
Almopt
Almopt•5mo ago
what is the difference between using "../" and using "./" it's not the same?
Santos.
Santos.•5mo ago
try put background-image:url(../ ) and after ctrl + space and go show you all the options you can choose
Almopt
Almopt•5mo ago
normaly I use that with "./" instead of "../"
Jochem
Jochem•5mo ago
./ describes the current folder, ../ describes the parent folder
Santos.
Santos.•5mo ago
you are not portuguese ?
Almopt
Almopt•5mo ago
yes I am, but @Jochem asked us to speak in english Sporting crl! 😄
Santos.
Santos.•5mo ago
hahaaaha okok xD nada disso tas a estudar onde ? para precisares de html
Almopt
Almopt•5mo ago
manda dm
clevermissfox
clevermissfox•5mo ago
you can add all your bg images to one tag too, background-image: url(../a.jpg), url(../b.jpg), url(..c.jpg);