0
   

webpage not working

 
 
dave143
 
Reply Fri 28 Apr, 2017 01:57 pm
hello everyone, i'm trying to design this website, i decided to put a contact us link onto my nav bar, while on the contact us page, if you click the products link the browser navigates away from the contact us page and displays the products page, but if you try navigating back to the contact us page the webpage says your file was not found, i have made sure the html file is in the html folder, i have tried launching the contact us page from the file which is working, here is a sample of my code:

<ul>
<li><a href="../html/newhome.html">Home</a>
</li>
<li><a href="../html/products.html">Products</a>
</li>
<li><a href="../html/contactpage.html">Contact us</a>
</li>
</ul>
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Question • Score: 0 • Views: 175 • Replies: 1
No top replies

 
jespah
 
  2  
Reply Fri 28 Apr, 2017 03:18 pm
@dave143,
Make sure you are using straight quotation marks rather than smart quotes (e. g. the curly ones which you can get if you paste from Word).

I realize that may be basic, but sometimes it's really basic stuff that keeps code from working.
0 Replies
 
 

 
  1. Forums
  2. » webpage not working
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/10/2024 at 09:11:00