Some images not showing

I uploaded my index file along with a couple of pages for testing and encountered a problem.<br />
<br />
When I click on the link on my photoshop page to look at the "Glyph" image...the image will not show even though I uploaded the image and also it won't show in Dreamweaver either.<br />
<br />
Something must be wrong in the code though, here is all I have on my page displaying my single image. <br />
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"<br />
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><title>Glyph</title><br />
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1"/> <br />
<meta http-equiv="Content-Style-Type" content="text/css" /><br />
<meta http-equiv="Content-Script-Type" content="text/javascript" /><br />
<meta http-equiv="Content-Language" content="en-us" /><br />
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis"/><br />
<meta name="rating" content="general" /><br />
<style type="text/css"><br />
/*<![CDATA[*/<br />
body {<br />
background-color:#F0F8FF;<br />
margin:0;<br />
padding:0;<br />
}<br />
/*]]>*/<br />
</style><br />
</head><br />
<body><br />
<div style="text-align:center;"><img src=http://www.webdeveloper.com/forum/archive/index.php/"/images/glyphrealsize.jpg" alt="Glyph"/></div><br />
</body><br />
</html> <br />
<br />
What is weird is that the page validates yet in the program or in preview it won't show in preview either.<br />
<br />
The path is correct...is my div tag wrong? However on my photoshop page the "photoshop logo" will not show in preview or online. How can it validate then not work?<br />
<br />
P.S I removed the "onclick" event in case that was interferring..but tha wasn't it either.<br />
<br />
(Hits head repeatedly on desk...)<!--content-->ACK! I feel so stupid..I just noticed I accidentally added an extra "/" in my src tag.<br />
<br />
I am sorry to have posted this :p <br />
<br />
Please forgive my hopeless stupidity.<!--content-->at least you found your own mistake, give yourself credit for that!<!--content-->
 
Back
Top