Images appear as question marks

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Images appear as question marks

    I need help! I just uploaded my first dreamweaver website to yahoo. My images
    appear as question marks. I've uploaded the images in file manager along with
    the index.html. The site looks fine when I preview in all browsers from
    dreamweaver. The files are still in the same place on my hard drive and there
    are no broken links. The file names are all lowercase and have no spaces.
    Please help!

    jmdesigner Guest

  2. Similar Questions and Discussions

    1. Yellow boxes with question marks
      Can anyone please help? I am trying to administer/edit a table from a website using Contribute3. Although I can edit text & delete some rows etc, I...
    2. Odd question marks in drop down
      I'm redesigning a Website in ASP but elements from the client?s previous site need to come over and portions are in ColdFusion. All the pages are...
    3. HELP - CS in OSX 10.3.4 exchanging characters for question marks (?)
      CS appears to be randomly displaying and printing query marks (?) instead of alphanumeric characters. Its doesnt appear to be typeface specific, I’ve...
    4. question marks...
      I am getting question marks on my web page created by Microsoft publisher 2003. Does anyone know why this is happening? RAB_Missouri
    5. Parsing Question Marks in URL
      Hi, i'm trying to change the question marks in the url.. eg. index.php?page=home to something along the lines of index.php/pages/home I...
  3. #2

    Default Re: Images appear as question marks

    A link to the site always helps!

    Sounds like you may have your images defined something like
    <img src='c:\mysite\images\picture.jpg'> (or similar - i don't do it so I
    can't remember the exact syntax of a file path)
    try
    <img src='images/picture.jpg'>

    Again it would be easier to tell if you posted a link to your site.
    Andy

    byardaj Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139