Results 1 to 7 of 7

Thread: wierd img srcs

  1. #1
    Join Date
    Dec 2005
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default wierd img srcs

    hi, i use adobe golive cs and when i link an image to the source "images/gifs/snow.gif" (which is the url of the image when i click on it in the sites window) and i preivew the page in safari, it can't find the image. i go to the activity window and it says "No file exists at the address “/Applications/Adobe GoLive CS/Santa Mail/web-content/pages/images/gifs/snow.gif”. "pages" is another folder in my site, but "images" is not in it. it should have the address "/Applications/Adobe GoLive CS/Santa Mail/web-content/images/gifs/snow.gif”. WHAT DO I DO?!?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Edit the file in a text editor and correct the path.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mavrick422
    hi, i use adobe golive cs and when i link an image to the source "images/gifs/snow.gif" (which is the url of the image when i click on it in the sites window) and i preivew the page in safari, it can't find the image. i go to the activity window and it says "No file exists at the address “/Applications/Adobe GoLive CS/Santa Mail/web-content/pages/images/gifs/snow.gif”. "pages" is another folder in my site, but "images" is not in it. it should have the address "/Applications/Adobe GoLive CS/Santa Mail/web-content/images/gifs/snow.gif”. WHAT DO I DO?!?
    You'll want GoLive set to have a sensible root folder to avoid this. Create your page in a folder of its own, and put all images in there. Build from there, and you shouldn't have a problem with image locations. GoLive can also publish your site to the web if you give it your FTP information, and I believe it parses your code for all image locations and corrects them when uploading. For you, this would probably be the easiest option.
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  4. #4
    Join Date
    Dec 2005
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well, i dont have a server for the site just yet, so i would prefer to fix it now with the former idea. what do u mean by making a new page? did you mean site? so just redo the whole site and drag and drop the files from the old site to the new one? thanks

  5. #5
    Join Date
    Dec 2005
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    simply create a folder on your computer called "web pages" or whatever you want. then create a folder in there for the specific site, like "personal site" or something. then save your html files in there. create another folder within that folder named "images" and a folder in the images folder named "gifs". save the gifs there, just like before. now your site will have its own folder, instead of "Applications/Adobe GoLive CS/Santa Mail/web-content/pages/images/gifs/" edit you code to say:

    HTML Code:
    <img src="images/gifs/snow.gif">
    then the image should work just fine. and use something like golive or dreamweaver or some other WYSIWYG editor if you are not that great at coding. much easier, and i even use dreamweaver even though i refused to for years, and i just used notepad. dreamweaver makes the process a lot quicker.

  6. #6
    Join Date
    Dec 2005
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so just create a whole new folder in my documents folder (on a mac) and save all my site contents as? thanks

  7. #7
    Join Date
    Dec 2005
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by mavrick422
    so just create a whole new folder in my documents folder (on a mac) and save all my site contents as? thanks
    pretty much the point i was trying to get across, but with a PC. lol. just got a little to descriptive i guess. haha

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •