2017-07-02 6 views
0

これは私が完全に理解していない質問です。さらなる洞察が必要で、私はそれを他の場所で見つけることができませんでした。インデックスファイルがありませんかっこIDE

こんにちは。このような括弧内のIDEにエラーが表示されます。http://imgur.com/WccBRtf私はここで何が起こっているのか全く理解していません。なぜなら、HTML5インデックスファイルが本当に何であるかわからないからです。私がindex.htmlという名前のファイルは、実行したくないウェブページの主なHTML5コードです。

<head> 
    <!-- Title of webpage --> 
    <title> 

     Name of Guild 

    </title> 

    <!-- Link the CSS file so that the html5 can display it --> 
    <link rel = "Stylesheet" type = "text/CSS" href = "GuildPageStyle.css"> 

</head> 

<!-- Main Body of the page --> 
<body> 







    <!--Post section--> 


    <div class = "PostsSEC"> 




     <!-- The way to display multiple posts is to go through a while loop counting up until all posts have been displayed with the current pots being displayed being equal to the current post in the while loop --> 
     <p id = "PostMain"> 

      *A post* 

     </p> 

     <!--This is not the image, this is box it is in--> 
     <p id = "PostPosterBoxOR"> 

      < ORIGINAL 
      <br /> 
      POSTER 

     </p> 
     <p id = "PostPosterBoxBL"> 



     </p> 

     <!--The next section is totally reliant on a server side language. This is the likes and votes by other powered members of the group--> 





     <div id = "EndMessage">  
     <!-- Message at the end of the posts declaring that it is the end --> 
     <h1 id = "PostsEnd"> 

      That's all the current posts 

     </h1> 



     <!-- Change the something Missing to a link after completion --> 
     <h3 id = "ErrorCheckPostEnd"> 

      Something Missing? 

     </h3> 
     </div> 


    </div> 

    <!--Profile/Users/Follower barier--> 
    <div id = "Bar"> 
    </div> 

    <div id = "BackgroundBlock"> 
    </div> 

    <img src = "http://i.imgur.com/64cUAcH.png" id = "GuildLogo" /> 

    <!--The group of users--> 

    <div id = "Users"> 

    <!--Replace this section with PHP reliant on the users--> 

    </div> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileOne" /> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileTwo" /> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileThree" /> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileFour" /> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileFive" /> 

    <img src = "https://pbs.twimg.com/profile_images/855649567756476416/OHQKYYvY_400x400.jpg" id = "ProfileSix" /> 

    <div id = "BackgroundBlockade"> 
    </div> 

    <p id = "BioBlock"> 
    This is a bio 
    </p> 

</body> 

を次のようにファイルがある今まで昨日まで、私は完全に括弧でファイルを実行することができました。それで、私の見解によると一見何の理由もなく、私はコードを実行することができなくなりました。それが動作を停止した後、私はHTML5ファイルの名前をindex.htmlに変更し、CSSファイルをまったく同じにしました。私は何が起こっているのか分かりませんし、何も理解できませんでした。

経験豊かなプログラマーには、「なぜこのコードは実行されていないのですか」と似ているかもしれません。なぜなら、間違っているのは、単に "endl"を書くのではなく "std ::" "私はHTML5の新機能で、ここで完全に失われています。私はあなたの時間をありがとう。素敵な夜をお過ごしください。ここで

http://imgur.com/QELF7Ts

を支援するために別の画像(はい、私は "HTML5ギルドページのHtml.HTML" を削除してみました)

+0

解決方法は簡単です。現在のフォルダにindex.htmlファイルがあることを確認するか、かっこでxxx htmlファイルを開き、次にライブプレビューをクリックします。そうしないと、デフォルトでindex.htmlが検索されます。 – YinchaoOnline

+0

問題は解決しました。ありがとうございます – Wavegunner232

+0

私はあなたを修正していません。私がええええええええええええええええええええええええええええええええええええと感謝していないのではないかと思いますそれはちょうど私が "ええ、ありがとう、問題は今修正された" – Wavegunner232

答えて

0

は、だから私は、問題を解決してきています。一度に単一のファイルではなくフォルダとしてプロジェクトを開くことによって、私はそれを解決することに成功しました。問題解決

関連する問題