[Html] link to other css page | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

[Html] link to other css page

I've creat a sololearn program, for example, "how to use regex". there are 3 pages, html css and js. if I creat a new program, how to link the html page with the "how to use regex" css page ? if I do : <link rel='stylesheet' type='text/css' href=" https://code.sololearn.com/W0pNLQ8bef6J#css"> it doesn't work

25th Oct 2017, 10:42 AM
NoxFly
NoxFly - avatar
6 ответов
+ 3
You could create an CSS file and share it to Dropbox. Make a public link. Change the www in the URL to dl, eg. https://dl.dropbox.com/s/sjsnxjdnrndu/style.css Link it on Code Playground Check out my example: https://code.sololearn.com/WX4FkOye0Ays/?ref=app
29th Oct 2017, 11:05 PM
Calviղ
Calviղ - avatar
+ 7
it never works. you can host your css file in your own website and link it to your code
25th Oct 2017, 11:29 AM
Amethyst Animion
Amethyst Animion - avatar
+ 4
no, I want to creat different programs but with the same css page.... so how can I find the url of my css page ?
25th Oct 2017, 10:57 AM
NoxFly
NoxFly - avatar
+ 4
ah....
25th Oct 2017, 11:08 AM
NoxFly
NoxFly - avatar
+ 3
I'm afraid you can't do that .
25th Oct 2017, 11:08 AM
Kash
Kash - avatar
+ 2
ok thanks !
25th Oct 2017, 11:31 AM
NoxFly
NoxFly - avatar