Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2004
    Posts
    23

    Default

    Dose anyone know how to get your personal pictures to show up on the page all mine are showing are empty boxes. Here is the url check it out http://noplaynosweat.homestead.com/index.html

    Thanks

  2. #2
    Join Date
    Jul 2004
    Posts
    23

    Default

    Dose anyone know how to get your personal pictures to show up on the page all mine are showing are empty boxes. Here is the url check it out http://noplaynosweat.homestead.com/index.html

    Thanks

  3. #3

    Default

    Sorry but the link does not work...404 Error. But make sure that your pictures are uploaded and in the same folder that you inserted them from.

    Best regards,
    Todd

  4. #4
    Join Date
    Jul 2004
    Posts
    23

    Default

    Hello do I have to place mty pictures in a different file or can I place them in the files along with the template photos. I tried a million ways to get these pictures up and I cant the link is up if you still want to check it out I just gave up last night.
    http://www.noplaynosweat.homestead.com/index.html

  5. #5

    Default

    Upload the all the files IN the folders. Do not take files out of folders because their locations are essential.



    Look at your source code on the site. The first picture that is not working is trying to access it from:

    <img src="file:///C|/Documents%20and%20Settings/Owner/My%20Documents/My%20Web%20Pages/index_files/SciFi_2.gif" width="374" height="65"></td>

    As you can see it is trying to load the picture from your computer rather than the hosting server.

    To load the picture correctly the code should read as follows:

    <img src="index_files/SciFi_2.gif" width="374" height="65"></td>

    As previously stated, upload everything in the respective folders.

 

 

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
  •