How to use Bootstrap CDN?

前端 未结 6 982
庸人自扰
庸人自扰 2020-12-23 10:04

I\'m trying to use a CDN on Bootstrap to increase performance to my website. However when referencing the CSS directly it works whereas using the CDN doesn\'t.

How

6条回答
  •  天命终不由人
    2020-12-23 10:42

    I am new to using Twitter Bootstrap as well as BootstrapCDN. I did some brief experimenting tonight and I made my site look correct, well almost, using the following 'Head'.

    
    
    
    
    My Project Site
    
    
    
    
    
    
     
    
    
    
    
    
    
    
    
         
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    So I have replaced the old style sheets with the ones provided at BootstrapCDN.com. I am not sure if it is proper to replace the existing stylesheets, but here goes to experimentation and my result is so so...

    This gets everything styled almost right; well maybe its styled totally right. I am still stepping through the DOM tools to see why my modals are non-functional. I suspect my issue with the modals is the JavaScript and the fact the site was just migrated from a local folder.

提交回复
热议问题