Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormodermo
    • CommentTimeSep 4th 2007
     permalink
    Ok.

    So, I have a file. Lets called it "gallery". Now, within "gallery" I have some sub folders, lets name them "sub1" "sub2" "sub3". Now, say all of my images are in the "sub1" folder, and my html files, in the "sub2" folder. How is it that I am able to direct a URL from the html folder ("sub2") to obtain images from my images folder ("sub1").

    In other words, in my html text editor, what is the code to go back a folder. Further, once I am back a folder, how can i then direct it to another folder.

    I think my explanation is a bit confusing, but any help would be great.
    • CommentAuthormodermo
    • CommentTimeSep 4th 2007
     permalink
    Correction. First line: So, I have a file.

    Should be "so, I have a folder"
  1.  permalink

    Do you mean like this?

    img src="../sub1/image.png"

    A better idea might be to have the HTML in the gallery folder and then keep your albums in separate folders. Then you wouldn't have to worry about paths so much.

Add your comments
    Username Password
  • Format comments as (Help)