Jump to content

Video 11 (killer website video tutorials) up on level problem


Peep

Recommended Posts

Hi guys

 

I am currently on Video 11 of the killervideo sites tutorials. All links were working correctly until I created the "cssTutorial" folder.

 

I followed the instructions in the video and inserted the following code;

../

in front of all the paths, but the links don't seem to work.

 

Here is the code from each page;

 

Index

 

        <li>Home</a></li>
        <li><a href="productlist.html">Products</a></li>
        <li><a href="cssTutorial/css.html">CSS</a></li>
        <li><a href="tables_tutorial.html">Tables Tutorial</a></li>

 

CSS

 

   <li><a href="../index.html">Home</a></li>
        <li><a href="../productlist.html">Products</a></li>
        <li>CSS</a></li>
        <li><a href="../tables_tutorial.html">Tables Tutorial</a></li>

 

productlist

 

   <li><a href="index.html">Home</a></li>
        <li>Products</a></li>
        <li><a href="cssTutorial/css.html">CSS</a></li>
        <li><a href="tables_tutorial.html">Tables Tutorial</a></li>

 

tables_tutorial

 

<li><a href="index.html">Home</a></li>
        <li><a href="productlist.html">Products</a></li>
        <li><a href="cssTutorial/css.html">CSS</a></li>
        <li>Tables Tutorial</a></li>

 

Can anyone see anything wrong wih that?

Link to comment
Share on other sites

I'm not immediately seeing anything wrong with your code. So all of the links work, with the exception of the links on the CSS page?

 

And, just to double check, this is your file structure:

 

-- /folder/ (main folder that holds all of your files)

  -- /cssTutorial/ folder
  ----- css.html

  -- index.html
  -- productlist.html
  -- tables_tutorial.html

Link to comment
Share on other sites

I'm not immediately seeing anything wrong with your code. So all of the links work, with the exception of the links on the CSS page?

 

And, just to double check, this is your file structure:

 

-- /folder/ (main folder that holds all of your files)

  -- /cssTutorial/ folder
  ----- css.html

  -- index.html
  -- productlist.html
  -- tables_tutorial.html

 

 

Thanks for your help, I fixed it......not entirely sure how but I think when I made alterations to the CSS page I was saving it to thr wrong directory.

 

Cheers

 

BTW enjoying the videos so far. I have found other videos and books (sitepoint for example) to be OK up to a point but then seem to miss out info leaving you hanging.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...