Host a external css file on DropBox
Things you need:
a theme done
a DropBox account
First thing you need to do is save your css file in a notepad called name.css the css part is very very very important. You can either delete the <style> tags or leave it like that, it will not make any difference.
Now, go to dropbox and click upload > files. Select the new css file you just saved and wait for it to load. You can either save in your dropbox home or create a folder, each theme/project you do can be organized in folders too.
This is how the file is on your dropbox page
Click on share and after, click on create a link.
Lastly click on copy a link. This is important to make sure everyone with this link can see the file. Now, the code you copied, paste it on a notepad, it should be a code like this:
https://www.dropbox.com/s/rn2vkymsmoq9fhr/blcodes.css?dl=0
is important to edit this link like this, delete the final part from ?dl=0 and replace the www. to dl. Now the code will be like this:
https://dl.dropbox.com/s/rn2vkymsmoq9fhr/blcodes.css
Now it’s time to apply this external css file to your html blog, that has no css. In your customize page, search for </head> and before paste this:
<link href='DROPBOX LINK' rel='stylesheet'/>
replace the dropbox link part with your css link and save it. Wait a few seconds and see if the file is working.













