Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css/bootstrap.min.css was not found error

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #152277
    Rhishikesh chogale
    Participant

    I am working on asp project and i am trying to use twitter bootstrap for first time. i have imported Javascript files under script folder in solution explorer. similarly i have included css files from bootstrap under styles. and i have written
    <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
    but it shows css/bootstrap.css was not found though it is included in project.

    please sort out my problem

    #152281
    Rhishikesh chogale
    Participant

    ok

    #152796
    StartBootstrap
    Participant

    Make sure your file path and file names are correct. If you are using a stylesheet named bootstrap.css then you should be referencing it like this:

    <link href="css/bootstrap.css" rel="stylesheet">
    

    Make sure you’re using the right file path as well.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.