We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

url(”/..image/xxxx.svg”) not working….

Home Forums Puzzles url(”/..image/xxxx.svg”) not working….

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #71986
    gee_lau2000
    Customer

    hi all,

    anyone can help to solve this issue pls…..

    i’m facing a problem with the Swiss knife
    serious part 9 at 16:51, the “background image “
    i follow all the step and all thing fine.but once i re-open the puzzles editor,the path of images all disappear…
    is this sentences correct??or i need to put them inisde a specific folder?

    url(”/..image/xxxx.svg”)
    or
    url(”/..media/xxxx.svg”)

    #71988
    kdv
    Participant

    wrong url. why are you using two dots? what for?

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #71992
    gee_lau2000
    Customer

    hi kdv

    just follow the toturial…

    Attachments:
    You must be logged in to view attached files.
    #71994
    kdv
    Participant

    Really? You don’t see the difference between ../ and /..?

    If the images or media folders are located in the same folder with your .html file then the correct urls should be as follows:
    url(”images/xxxx.svg”) or url(”./media/xxxx.svg”).
    ../ means one level up.
    /.. means nothing.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #72106
    gee_lau2000
    Customer

    Hi kdv,

    Oh..it’s my bad…
    Thank you very much!!^^;

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.