2017-01-26 11 views
0

これは私のウェブサイトを初めて作ったもので、私の他のページでは "今後の予定"というリンクを得ることができません。これはホームページでのみ機能します。ここに私のホーム・ページのコードです:リンクhtmlのブックマークを1ページから別のページに

<nav> 
    <b> 
    <a href="index.html">Home</a> 
    <a href="rides.html">Rides</a> 
    <a href="info.html">Info</a> 
    <a href="order.html">Order</a> 
    <a href="#UpcomingEvents">Upcoming Events</a> 
    <a href="#RelatedNews">Related News</a> 
    </b> 
</nav> 
<hr> 

<h2>About Us</h2> 
<p>Fun is always in season at Busch Gardens ® Williamsburg in Virginia. From thrilling coasters and kid-friendly attractions to world-class dining and shows, there’s something for the whole family.<br> 
Busch Gardens is one of the my favorite amusment parks because of their setup. It's wonderful to be in the 'Germany' part of the park in one moment and then the "Roman" part the next! </p> 
<hr> 

<h3 id="UpcomingEvents">Upcoming Events</h3> 
<p>Das Festhaus: March 31<br> 
Britmania: June 30<br> 
Summer Nights: July 1 - August 31<br> 
Howl-O-Scream: September 23 - October 29</p> 
<hr> 

<h4 id="RelatedNews">Related Park News</h4> 
<!-- include your links here --> 
<p><a href="https://seaworldparks.com/en/buschgardens-williamsburg/food-and-wine">Food and Wine Festival</a></p> 
<p><a href="https://seaworldparks.com/en/buschgardens-williamsburg/kidsiderate?from=HomeCollection">Kidsiderate</a></p> 

<p><a href="https://seaworldparks.com/en/buschgardens-williamsburg/christmastown?from=BGWhome">Christmas Town</a></p> 

は、そして、これは私の注文ページのためのコードは次のとおりです。あなたが提供した情報に基づいて

<a href="index.html">Home</a> 
    <a href="rides.html">Rides</a> 
    <a href="info.html">Info</a> 
    <a href="order.html">Order</a> 
    <a href="html_UpcomingEvents.html#UpcomingEvents">Upcoming Events</a> 
    <a href="html_Related News.html#Related News">Related News</a> 

<hr> 
<h2>Order Information</h2> 
<p>Our online ordering page is down currently. Please check back later in a few weeks.</p> 
</body> 

+0

「#UpcomingEvents」IDはどのhtmlファイルにありますか? –

+0

ファイル 'html_UpcomingEvents.html'が存在し、' my order page'の同じフォルダに存在することを確認する必要があります。また、 'id =" UpcomingEvents "'が 'html_UpcomingEvents.html'に存在することを確認してください。 – noob

+0

あなたのホームページでうまくいくと言えば、うまくいかないhtmlのリンクを 'index.html#UpcomingEvents'に変更してください –

答えて

0

、非稼働のhtmlのリンクを

012に変更する必要があります
関連する問題