Results 1 to 8 of 8

Thread: Basic html image naming help, images do not display

  1. #1
    Join Date
    Jan 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Basic html image naming help, images do not display

    I have been trying to get this right for awhile now, taken a few tutorials on basic things (w3schools.com)but still have not gotten the images to display on my site

    www.wagnermediaworks.com

    here is some sample script to give you an idea, I also have everything in a folder titled wmw/access

    PLEASE HELP!
    THanks

    <div style="text-align: center;"><a href="about.html"><img
    alt="Wagner Media Works"
    src="file:///WMW/promotions/Logo/letterhead%20black.jpg"
    style="border: 0px solid ; width: 638px; height: 132px;"></a><br>
    </div>

    <table
    style="margin-left: auto; margin-right: auto; width: 75%; text-align: left;"
    border="0" cellpadding="3" cellspacing="0">
    <tbody>
    <tr>
    <td><a href="gallery1.html"><img title="Click to enlarge"
    alt="Photograph of a blacksmith" src="PDF%20jpegs/07%20burnin%20in.jpg"
    style="border: 0px solid ; width: 40px; height: 59px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery2.html"><img title="Click to enlarge"
    alt="Chef cooking jumbalaya, &copy;2006 Wagner Media Works photography and Kathryn Wagner, All rights reserved."
    src="PDF%20jpegs/_MG_9733.jpg"
    style="border: 0px solid ; width: 40px; height: 60px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery3.html"><img title="Click to enlarge"
    alt="Portrait of girl. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="PDF%20jpegs/_MG_1595.jpg"
    style="border: 0px solid ; width: 40px; height: 60px;"></a><br>
    </td>

    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery4.html"><img title="Click to enlarge"
    alt="One sly smile. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="PDF%20jpegs/69380007.jpg"
    style="border: 0px solid ; width: 61px; height: 40px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; vertical-align: middle; text-align: center;"><a
    href="gallery5.html"><img title="CLick to enlarge"
    alt="Hats. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="PDF%20jpegs/69380001.jpg"
    style="border: 0px solid ; width: 61px; height: 40px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery6.html"><img title="Click to enlarge."
    alt="Big step. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="PDF%20jpegs/IMG_0030.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <td

  2. #2
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    In the below one, delete what's in red
    Code:
    src="file:///WMW/promotions/Logo/letterhead&#37;20black.jpg"
    All the others, delete what's in red:
    Code:
    src="PDF%20jpegs/IMG_0030.jpg"
    I think that might solve the problem.

  3. #3
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    I guess that &#37;20 is what shows up when you have a space in the filename. Change the filenames without spaces, and adjust your code. Should work.

  4. #4
    Join Date
    Jan 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    okay, so a little more detail because I have one more question: I only have one folder named wmw access on my server which contains the html docs and the images themselves, all the other filenames refer to folders on my computer at home.
    Is the proper coding :
    src="wmwaccess/letterheadblack.jpg"

    Thank you so much for your help!

  5. #5
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    I only have one folder named wmw access on my server which contains the html docs and the images themselves, all the other filenames refer to folders on my computer at home.
    I don't get it. Are all the docs and images uploaded in the same file or not ? Everything needs to be together.
    src="wmwaccess/letterheadblack.jpg"
    This is perfect.

  6. #6
    Join Date
    Jan 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking

    awesome thank you!

  7. #7
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

  8. #8
    Join Date
    Jan 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I am sorry to take so long in getting back to you, I am still having trouble.

    I changed my src= to the correct coding per mentioned above.
    I also changed the link tags to not include the "L" in html
    All images on page are also links and so i checked W3school's site and the coding i have and eample they give are the same

    the site again is wagnermediaworks.com and full coding is below:

    I am using Netscape composer (I know, not the best)
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Wagner Media Works +1(804)938-4745</title>
    <meta content="Wagner Media Works Kathryn Wagner" name="author">
    <meta
    content="Wagner Media Works, photography, wagnermediaworks, kathrynwagner, image, Kathryn Wagner photography, Katheryn Wagner, Katie Wagner, WMW, travel photography, commercial photography, editorial photography, virginia, richmond virginia, asmp, travel"
    name="keywords">
    <meta content="text/html; charset=ISO-8859-1"
    http-equiv="content-type">
    </head>
    <body style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);"
    alink="#c0c0c0" link="#cccccc" vlink="#999999">
    <div style="text-align: center;">
    <div style="text-align: center;"><a href="about.htm"><img title="About"
    alt="Wagner Media Works" src="wmw/WMWlogolarge.jpg"
    style="border: 0px solid ; width: 638px; height: 132px;"></a><br>
    </div>

    <table
    style="margin-left: auto; margin-right: auto; width: 75&#37;; text-align: left;"
    border="0" cellpadding="3" cellspacing="0">
    <tbody>
    <tr>
    <td><a href="index.htm"><img title="Click to enlarge"
    alt="Photograph of a blacksmith" src="wmw/burninin-01.jpg"
    style="border: 0px solid ; width: 40px; height: 59px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery2.htm"><img title="Click to enlarge"
    alt="Chef cooking jumbalaya, &copy;2006 Wagner Media Works photography and Kathryn Wagner, All rights reserved."
    src="wmw/9733-01.jpg"
    style="border: 0px solid ; width: 40px; height: 60px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery3.htm"><img title="Click to enlarge"
    alt="Portrait of girl. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/_MG_1595-01.jpg"
    style="border: 0px solid ; width: 40px; height: 60px;"></a><br>
    </td>

    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery4.htm"><img title="Click to enlarge"
    alt="One sly smile. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/69380007-01.jpg"
    style="border: 0px solid ; width: 61px; height: 40px;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; vertical-align: middle; text-align: center;"><a
    href="gallery5.htm"><img alt="Ashley. &copy;2006 Wagner Media Works."
    title="Click to enlarge." src="wmw/_MG_3651-01.jpg"
    style="border: 0px solid ;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery5.htm"><img title="Click to enlarge"
    alt="Hats. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/69380001-01.jpg"
    style="border: 0px solid ; width: 61px; height: 40px;"></a></td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;">
    <a href="gallery7.htm"><img title="Click to enlarge."
    alt="Santa Monica boardwalk. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/_MG_0278-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <td colspan="2"
    style="height: 41px; width: 61px; vertical-align: middle; text-align: left;"><a
    href="gallery8.htm"><img title="Click to enlarge."
    alt="Santa Monica Pier. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/_MG_0255-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;">

    <a href="gallery9.html"><img title="Click to enlarge."
    alt="Beaches at Santa Monica. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/_MG_0247-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <td colspan="2"
    style="height: 41px; width: 61px; vertical-align: middle; text-align: left;">
    <a href="gallery10.htm"><img title="Click to enlarge."
    alt="Northern Neck, Virginia. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/IMG_6759-01.jpg"
    style="border: 0px solid ; width: 60px; height: 38px;"></a></td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;">
    <a href="gallery11.htm"><img title="Click to enlarge."
    alt="Tree. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/IMG_0020-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;">
    <a href="gallery12.htm"><img title="Click to enlarge."
    alt="Santorini. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/69380003-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></td>
    <th
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;">
    <a href="gallery13.htm"><img title="Click to enlarge"
    alt="Catfish Rod. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/_MG_0079-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a></th>

    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery14.htm"><img
    alt="Sunset on the Northern Neck. &copy;2006 Wagner Media Works."
    title="Click to enlarge." src="wmw/_MG_0120-01.jpg"
    style="border: 0px solid ;"></a><br>
    </td>
    <td
    style="height: 41px; width: 61px; text-align: center; vertical-align: middle;"><a
    href="gallery14.html"><img title="Click to enlarge."
    alt="Shackleford Banks bonfire. &copy;2006 Wagner Media Works Photography and Kathryn Wagner. All rights reserved."
    src="wmw/beachfire-01.jpg"
    style="border: 0px solid ; width: 60px; height: 40px;"></a> </td>
    </tr>
    </tbody>
    </table>
    <a href="index.htm"><img title="click to advance"
    alt="Image of a blacksmith, &copy;2004 Kathryn Wagner and Wagner Media Works Photography."
    src="wmw/burninin-02.jpg"
    style="border: 0px solid ; height: 426px; width: 288px;"></a><br>
    <br>
    <small><small>&copy;2006
    Wagner Media Works,
    LLC and Kathryn Wagner. All Rights Reserved.</small></small><br>
    </div>

    </body>
    </html>

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
  •