View Full Version : Basic html image naming help, images do not display
Klwphoria
01-23-2007, 08:09 PM
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, ©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. ©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. ©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. ©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. ©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
chechu
01-23-2007, 08:27 PM
In the below one, delete what's in red
src="file:///WMW/promotions/Logo/letterhead%20black.jpg"
All the others, delete what's in red:
src="PDF%20jpegs/IMG_0030.jpg"
I think that might solve the problem.
chechu
01-23-2007, 08:30 PM
I guess that %20 is what shows up when you have a space in the filename. Change the filenames without spaces, and adjust your code. Should work.
Klwphoria
01-23-2007, 08:35 PM
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!
chechu
01-23-2007, 08:39 PM
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.
Klwphoria
01-23-2007, 08:55 PM
awesome thank you!
chechu
01-23-2007, 08:58 PM
Is your problem now solved ?
Klwphoria
01-24-2007, 06:44 PM
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%; 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, ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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. ©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, ©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>©2006
Wagner Media Works,
LLC and Kathryn Wagner. All Rights Reserved.</small></small><br>
</div>
</body>
</html>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.