Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Empty Boxes With Little Red x

  1. #1
    Join Date
    Apr 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Empty Boxes With Little Red x

    Hi,

    My webpage shows fine using my browser but when I asked a couple of friends to view it, all they got were empty boxes with the little red x.

    I know the reason my graphics are showing in my browser is because of my graphic files are stored on my computer. The path to my files starts like this:
    C:\Documents and Settings\My Documents\My Pictures.

    Is there a way to correct this?

    Thanks In Advance,
    NADB

  2. #2
    Join Date
    Dec 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You mean images doesn't view correctly? try this before </head>:
    Code:
    <base href="C:\Documents and Settings\My Documents\My Pictures" />
    if above does nothing just move your document to same directory where images are.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Liro, I don't think that's right.

    I think the problem is that you are linking to files that are on your computer, but asking people to view from other computers. You need to put the files on the internet, and link to those paths. If they are on the internet, you need to change the path so it's to the file on the net, not on your hard drive.
    Also, you might want to use relative links/urls so that you don't have this issue:
    <img src="image.jpg">, where the image is in the same folder as the webpage.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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

    Default

    ??? I thought he was meaning that he wants to locally view that page... UPLOAD YOUR IMAGES TO THE SAME DIRECTORY WEHERE IS YOUR PAGE!!!

    Quote Originally Posted by djr33
    Liro, I don't think that's right.
    I'm IIRO, lowercase iiro, not Liro

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Oh, sorry about that... lowercase L's and uppercase I's are similar.

    You may still be right... but I think it's a far simpler problem... sounds like the images just aren't there. We'll see what he says.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #6
    Join Date
    Apr 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the replies Iiro and djr. You are right djr33, the files are on my computer that I would like for other people to view.

    I used my website editor to build my website but I had to use this third party editor to publish my site. The reason, I didn't like the templates they provided for a internet store, so I built my own. My domain name was directed to their servers.

    When I used there editor to publish my site the text and all of their images <img src="images.jpg"> showed up fine. My webgrapics showed up empty boxes with the red x. I checked the source code. Still showed files linking to my hard drive. C:\Documents and Settings\My Documents\My Pictures.

    I am trying to work around it, If I can. Any help would be appreciated.

    Thanks In Advance,
    NADB
    _________________

    Knowledge is appreciated the most, when people take the time to share it.
    Last edited by NADB; 06-24-2006 at 08:42 PM.

  7. #7
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Um...just upload the images using ftp or your host's default uploader page thing.

    That's how you do it..... now.... for more info... not sure about your specific host, I guess.

    Why can't you upload them?
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  8. #8
    Join Date
    Apr 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That's the million dollar question. I transfered my template files over to their editor and published. I got the empty boxes.

    I asked their technical department about why my graphics didn't show. All they could tell me, make sure that I published my files correctly.

    All images inlcuding website graphics show up on my computer. I guess I need to take a look back to make sure I didn't miss anything while uploading using their editor.
    _________________

    Knowledge is appreciated the most, when people take the time to share it.

  9. #9
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Look back.
    But also start relying less on templates and defaults and programs that do it for you.
    As you've seen, they'll mess up, and you need to be able to fix it when they do... so... use them as a tool, but not as a crutch.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  10. #10
    Join Date
    Apr 2006
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You are so right!!! Thanks for the knowledge.
    _________________

    Knowledge is appreciated the most, when people take the time to share it.

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
  •