Vote for BP.Net for the 2013 Forum of the Year! Click here for more info.

» Site Navigation

» Home
 > FAQ

» Online Users: 3,231

2 members and 3,229 guests
Most users ever online was 6,337, 01-24-2020 at 04:30 AM.

» Today's Birthdays

None

» Stats

Members: 75,079
Threads: 248,524
Posts: 2,568,619
Top Poster: JLC (31,651)
Welcome to our newest member, Remarkable
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Registered User Henry's Avatar
    Join Date
    05-10-2009
    Location
    gardner, ma
    Posts
    162
    Thanks
    0
    Thanked 6 Times in 5 Posts
    Images: 16

    New website problems

    I created a website using dreamweaver cs3 and for some of my graphics i used photoshop. When i transfered my files to my hosting everything went fine ecept any photo or graphic i used with photo shop. I called go daddy they told my that the host was trying to find my pic's from my computer instead of through the host. So when i look at my website there is no graphics or pic that i used photoshop for just a blank with a red x. Does anyone know how to fix this?
    0.1amel,corn, 1.0 spider,0.2normal,0.1lemon,1.1 het albino,1.0 mojave,0.1redtail
    http://www.cuckooreptiles.com/

  2. #2
    BPnet Veteran BPHERP's Avatar
    Join Date
    01-06-2009
    Location
    Southern California; Inland Empire
    Posts
    544
    Thanks
    261
    Thanked 143 Times in 91 Posts
    Images: 1

    Re: New website problems

    Check to see that your image paths are set correctly. Make sure they are not trying to pull the images from a local PC file; in other words, check your code
    bpherp.com - Breeder of ball python morphs & genetic mutations

  3. #3
    Registered User Henry's Avatar
    Join Date
    05-10-2009
    Location
    gardner, ma
    Posts
    162
    Thanks
    0
    Thanked 6 Times in 5 Posts
    Images: 16

    Re: New website problems

    That is what the problem is its trying to pull it up from my computer instead through the host. I just dont know how to change the path.
    0.1amel,corn, 1.0 spider,0.2normal,0.1lemon,1.1 het albino,1.0 mojave,0.1redtail
    http://www.cuckooreptiles.com/

  4. #4
    BPnet Veteran BPHERP's Avatar
    Join Date
    01-06-2009
    Location
    Southern California; Inland Empire
    Posts
    544
    Thanks
    261
    Thanked 143 Times in 91 Posts
    Images: 1

    Re: New website problems

    Quote Originally Posted by henry View Post
    That is what the problem is its trying to pull it up from my computer instead through the host. I just dont know how to change the path.
    your image path should be like this:

    http://www.whateveryourwebsiteis.com...s/whatever.jpg

    basically, whatever your URL is, then forward slash, then the path to your image folder on the host.

    BrandonsBalls
    bpherp.com - Breeder of ball python morphs & genetic mutations

  5. #5
    BPnet Veteran BPHERP's Avatar
    Join Date
    01-06-2009
    Location
    Southern California; Inland Empire
    Posts
    544
    Thanks
    261
    Thanked 143 Times in 91 Posts
    Images: 1

    Re: New website problems

    Quote Originally Posted by BrandonsBalls View Post
    your image path should be like this:

    http://www.whateveryourwebsiteis.com...s/whatever.jpg

    basically, whatever your URL is, then forward slash, then the path to your image folder on the host.

    BrandonsBalls
    /images/image.jpg
    bpherp.com - Breeder of ball python morphs & genetic mutations

  6. #6
    Registered User Henry's Avatar
    Join Date
    05-10-2009
    Location
    gardner, ma
    Posts
    162
    Thanks
    0
    Thanked 6 Times in 5 Posts
    Images: 16

    Re: New website problems

    I try that i upload a file on dreamweaver its fine i change the the file name and then i lose my image where do you change the path
    0.1amel,corn, 1.0 spider,0.2normal,0.1lemon,1.1 het albino,1.0 mojave,0.1redtail
    http://www.cuckooreptiles.com/

  7. #7
    BPnet Veteran BPHERP's Avatar
    Join Date
    01-06-2009
    Location
    Southern California; Inland Empire
    Posts
    544
    Thanks
    261
    Thanked 143 Times in 91 Posts
    Images: 1

    Re: New website problems

    Go to "code view", click on the image, and you can set the path below on the bottom toolbar. You just need to know the URL and where the image is stored on your hosting account.
    bpherp.com - Breeder of ball python morphs & genetic mutations

  8. #8
    Registered User Henry's Avatar
    Join Date
    05-10-2009
    Location
    gardner, ma
    Posts
    162
    Thanks
    0
    Thanked 6 Times in 5 Posts
    Images: 16

    Re: New website problems

    I went on my dreamweaver. I clicked on the image to the file name below it said url is ../kellttle.jpg so i change that to http://website.com as soon as i did that i lost the image on my dreamweaver.
    0.1amel,corn, 1.0 spider,0.2normal,0.1lemon,1.1 het albino,1.0 mojave,0.1redtail
    http://www.cuckooreptiles.com/

  9. #9
    BPnet Veteran piper's Avatar
    Join Date
    08-04-2008
    Location
    Halifax, NS. Canada
    Posts
    507
    Thanks
    94
    Thanked 74 Times in 69 Posts

    Re: New website problems

    Quote Originally Posted by henry View Post
    I went on my dreamweaver. I clicked on the image to the file name below it said url is ../kellttle.jpg so i change that to http://website.com as soon as i did that i lost the image on my dreamweaver.
    I believe the files have to uploaded to where the site is hosted. The site I build, that's how it works. It won't be able to pull the files from your computer if it's off. Might be wrong but makes sense to me.

  10. #10
    BPnet Senior Member Nate's Avatar
    Join Date
    07-31-2004
    Location
    Northern Virginia
    Posts
    9,863
    Thanks
    127
    Thanked 625 Times in 386 Posts
    Images: 15

    Re: New website problems

    What does your site structure look like?

    you should, ideally, have a structure like so:

    index.html (main web site)
    images (images folder with all of your images)
    |__ kellttle.jpg (the image you're working with now
    |__ image01.jpg
    |__ image02.jpg

    Now, your index.html should have the url as images/kellttle.jpg

    the fact that you have ../kellttle.jpg tells me that your structure is screwed up.

    Also,
    Quote Originally Posted by henry View Post
    II clicked on the image to the file name below it said url is ../kellttle.jpg so i change that to http://website.com as soon as i did that i lost the image on my dreamweaver.
    You can also put an absolute path - http://example.com/kellttle.jpg - don't remove kellttle.jpg, otherwise, yes - it will delete the graphic.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Powered by vBadvanced CMPS v4.2.1