Is it possible to link an external CSS file stored in Dropbox with HTML?
I have followed all the instructions I could find online, including clicking and pressing "Copy Dropbox Link" to generate an href link. However, it doesn't seem to be working.
The general dropbox link format is shown below: (Changing ?dl=0 to raw=1 and removing www.dropbox to dl. hasn't helped).
<link rel="stylesheet"
href="https://www.dropbox.com/s/xxxxxxxx/xxx.css">
Could you please review and point out any mistakes I may be making?
Thank you