Site Help?

Discussion in 'Off Topic Discussion' started by sobman, Dec 11, 2005.

  1. sobman

    sobman Guest

    Last edited by a moderator: Dec 11, 2005
  2. Sally

    Sally Guest

    The problem is, you went up a directory. Let me put it this way:

    you started at the http://xboxgalleries.com/template4/ directory.

    You went up a directory to the nes directory, but your images are still at http://xboxgalleries.com/template4/images/

    you'll need to access them by putting a "../" in front of your links. For example:

    Your style sheet should look like this:

    <link rel="stylesheet" href="../style.css">

    Your first image should look like this:

    <img src="../images/img_2.jpg" height="100%" width="100%">

    Basicly you're going to have to go down a directory with the dot dot slash in order to get to your images. Or you could just hardcode the links, but i don't recomend that, as it makes the site harder to change and update. You'll need to make this change to all of the links and images on the page.
     
    Last edited by a moderator: Dec 11, 2005
  3. sobman

    sobman Guest

    Duh... what was i thinking
     
  4. sobman

    sobman Guest

    That wasn't sarcasm at all... its just i programmed alot of html web sites, and i should know that
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page