+ 2
Bootstrap doesn't load properly
when i use the bootstrap navbar example it only shows the struture nothing else no background nothing.. anyone knows wts wrong
5 odpowiedzi
+ 6
try loading boostrap using the link
+ 3
yeah man that was the problem its all good now i switched to bootstrap 3.3.7 thx for the support
+ 2
right click on page and check your page source, click on link of bootstrap's file. make sure it's load.
if not, make sure you write the right class name.
+ 2
Actually i checked the bootstrap.css file not the bootstrap.min.css there were some classes missing such as bg-faded etc. thats the reason they are not working but in the navbar example in getbootstrap.com site there is a bg-faded class added to the nav element
+ 1
what version do you use? bootstrap 3 and 4 is little bit different