Saving .css and .js files and using them on blogger
Hey guys,
i created a blog on blogger/blogspot and made an FAQ using the accordion from jquery.
In the html you can see where the code comes from:
...
<head>
<title>jQuery UI Accordion - Collapse content</title>
<link href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet"></link>
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
....
I wanted to safe these codes and host them on my GoogleDrive to see if my blog can apply on them.
When I replace the URL with my "googledrive.com/host/..." it always looks terrible, my design is destroyed...
I safed the code copying the URL seen in the code below into my browser and then you can see the original file (also downloadable using the website), and i safed the code by right-klicking (kontext-menu) "save this page"... It saved the page automatically as .css and .js like the original file...
I hope someone can help me! :)