1 |
|
---|---|
Posted by | CSS Hosting Sites Gone |
The Holy Fool (#134330) View Forum Posts Posted on 2018-01-04 22:12:44 |
I have my .CSS file all coded out, but it seems the Dropbox no longer allows free public hosting of .CSS files and Google Docs has gotten rid of that feature outright. Are there any known alternatives to these sites? Github looks like the best bet right now, but I'd like suggestions from people who are positive that it works. ( If your answer is helpful to me, I'll send you 15sb as thanks! ) 0 players like this post! Like? |
Myr (#188)
View Forum Posts Posted on 2018-01-04 22:20:21 |
Dropbox still works fine, and is what I and a lot of other people here use - you just need to set it to a public file by clicking 'share' and then 'create a link'. That makes it viewable by all and not just yourself :) 0 players like this post! Like? |
The Holy Fool (#134330)
View Forum Posts Posted on 2018-01-04 22:46:23 |
The link seems to have a non-css ending though, something along the lines of https://www.dropbox.com/s/randomsymbols/filename.css?dl=0. I don't think that will work : ( 0 players like this post! Like? |
Kraft (#738)
Aztec Knight View Forum Posts Posted on 2018-01-04 22:55:06 |
I changed https://www.dropbox.com/s/randomsymbols/filename.css?dl=0 to https://dl.dropbox.com/s/randomsymbols/filename.css It should now work :D 0 players like this post! Like? |
Myr (#188)
View Forum Posts Posted on 2018-01-04 22:55:40 |
That’s normal, you just need to alter it to fit the correct format. There are a bunch of guides that explain it, but basically Going with the same as your example file name: https://www.dropbox.com/s/randomsymbols/filename.css?dl=0 The red text is the part you need. Copy that as it appears in your file name, and paste just that part into the code below. Then remove the asterisk and paste the code into your den description :) <*link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/s/randomsymbols/filename.css" /> Edit: lmao Kraft got there before me, but same thing xD 0 players like this post! Like? Edited on 04/01/18 @ 22:58:50 by Myr ☕ (#188) |
The Holy Fool (#134330)
View Forum Posts Posted on 2018-01-04 22:58:51 |
1 |
---|