0
How do i go about using bootstrap offline on my site am developing please someone should help me out?
when I get online to search for it I get confused more please someone should explain to me how to start using it especially offline step by step pls
13 odpowiedzi
+ 5
Download the Bootstrap files, and link this offline version to your Html ( in the <head> tag, fill <link>'s and <script>'s tag )
And I don't remember if it use JQuery ( I don't believe ), but if it do, download JQuery files too, and link them too ( with <script>'s tag )
You can get more precise information to do that around the net ( ie: http://www.w3schools.com/bootstrap/bootstrap_get_started.asp )
+ 3
@Sandeep Chatterjee:
He want to use it OFFline ^^
+ 3
if you are too start you can use it online too then there is no step to use it online. all that has to be done is copy paste a line( you can find that in bootstrap website ) and place it between your head tags.it needs jquery too (for the min.js) so copy paste one more line for line for jquery cdn.
now it's all done.
if you still face problem, I have posted a code, "using material library" that is to help people how to use libraries and use easily.you can have a look at it to get idea of how to use library.
(tap my profile icon navigate to codes and open the code).
+ 3
@Sandeep Chatterjee:
It seems to me he has edited his post... or I'm going crazy Oo
+ 3
@etah jet:
Last answer of asker was saying iproblem was solved, and so since more than six month ago ^^
(Anyway, if you read the answers posted in this thread last year, you would see that you doesn't give any new useful information :P)
+ 2
download CDN and link it in your HTML head session
+ 2
@visph he said in description he wants help on how to use it specially offline so may be online too so I suggested how to do it offline in previous answer and suggested unlike old libraries bootstrap is better online (no one use it offline) and thus added "if" he is ready to do online too then he can do it by follows .
+ 2
I don't always have internet access and that why I choose to do it offline and now a have downloaded the file then how do I link it to my work , looking at the CDN linking system confuse me more
+ 2
if you have downloaded bootstrap then extract the .zip and place the folder in your html folder now replace the links of CDN to the paths where css and js are located in the folder.
+ 2
just download bootstrap an get the js, css and fonts to were(folder) u are creating your site an link them up for it to work properly.hope this help u.
+ 1
unlike other libraries bootstrap is easy to use by CDN codes only however if you want to add it to website you can download the package and place it or do a Bower install etc.
you can read the instructions at their website.
you can download jquery too
for bower install you can put jquery in bower too by commands as said in instruction
you can also put jquery to CDN
you can place it and use it bootstrap doesn't take too much internet speed and once it loads next time you reload it doesn't need internet and also after previewing it again it loads from cache instead of internet if the time is not much
+ 1
Thanks everyone that helped me out cos I have finally set the bootstrap stuff up perfectly and it is just working
+ 1
@visph ^-^ 👍
visph and etah have explained it correctly