1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Image not found

Discussion in 'Web Development' started by navyfalcon, Oct 3, 2014.

  1. navyfalcon

    navyfalcon Well-Known Member Verified Member

    GNOME Display
    File Mgmn Display
    http://freetutorials.name/Reference1/GNOME File Mgmn.html
    (the file is HTML tables so no CSS)

    Code:
    &nbsp;<img src="../Images/File Mgmn View.jpg" width="30%" height="50%" align="right"><br>
    &nbsp;<img src="../Images/File Mgmn Behavior.jpg" width="30%" height="50%" align="right"><br>
    
    &nbsp;<img src="../Images/Flle Mgmn Display.jpg" width="30%" height="50%" align="left">
    
    &nbsp;<img src="../Images/File Mgmn Col.jpg" width="30%" height="50%" align="left"><br>
    
    all 4 are small .jpg

    in "Images"
    File Mgmn Behavior
    File Mgmn Col
    File Mgmn Display
    File Mgmn View
    are all there

    Problem: Images 1, 2 & 4 display but image 3 does not display
    I cannot find the discrepency. I even checked the text case size.
    Problem may be, I am converting from Linux to Windows for the images
    and it may be something I am not aware of but all seems correct.
    - - -

    Note: I use firefox therefore;
    Tools > Web Developer > Page Source (gives source code)
    clicking on:
    ../Images/File Mgmn View.jpg
    ../Images/File Mgmn Behavior.jpg or
    ../Images/File Mgmn Col.jpg
    shows the images
    - - -
    Thank you for any assistance
    falcon
     
  2. Recidivist

    Recidivist VIP Member

    Well, in the text you have pasted image three is:



    Which has F L L E not F I L E.
     
  3. navyfalcon

    navyfalcon Well-Known Member Verified Member

    Recidivist Thank You
    How easy it is to overlook the simple things
    I feel embarrassed. That is why sometimes we need another pair of eyes
    Do you know how to increase the space between col and display
    - -
    Thank You
    falcon
     
  4. Recidivist

    Recidivist VIP Member

    I do the same thing all the time!

    Could you add a margin or some padding?

    HTML:
    padding-right:5px;
    
    or
    
    margin-right:5px;
    
    On display?