+ 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
6 Answers
+ 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
+ 7
it never works. you can host your css file in your own website and link it to your code
+ 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 ?
+ 4
ah....
+ 3
I'm afraid you can't do that .
+ 2
ok thanks !