Here is some of the code that links the page in the body:
<li class="active"><a href="default.css">Home</a></li>
<li><a href="about">About Us</a></li>
<li><a href="join">Join Us</a></li>
<li><a href="photo">Photo Gallery</a></li>
Here is code from the head of the home page
<link href="default.css" rel="stylesheet" type="text/css" />
all the pages have the same above code...if I change out the "default.css" it messes everything up.
Can someone tell me what to do. How does the computer know what page to go to. I assume that I can juut name the pages (e.g, if I name a page "photo" this line of code will find it: <li><a href="photo">Photo Gallery</a></li>), but the code I first posted (in the body) is confusing. Should I name the home page default?
Any advice would be great....Please keep it simple, I dont really know computers well (as you can see).
thanks!
Let me go into more detail...I know NOTHING about web pages....I was only able to put one together by looking at other pages....I dont know any sort of term, or if I need new lines of code....(think slow...)
<li class="active"><a href="default.css">Home</a></li>
<li><a href="about">About Us</a></li>
<li><a href="join">Join Us</a></li>
<li><a href="photo">Photo Gallery</a></li>
Here is code from the head of the home page
<link href="default.css" rel="stylesheet" type="text/css" />
all the pages have the same above code...if I change out the "default.css" it messes everything up.
Can someone tell me what to do. How does the computer know what page to go to. I assume that I can juut name the pages (e.g, if I name a page "photo" this line of code will find it: <li><a href="photo">Photo Gallery</a></li>), but the code I first posted (in the body) is confusing. Should I name the home page default?
Any advice would be great....Please keep it simple, I dont really know computers well (as you can see).
thanks!
Let me go into more detail...I know NOTHING about web pages....I was only able to put one together by looking at other pages....I dont know any sort of term, or if I need new lines of code....(think slow...)