Dark Dragon
03-19-2004, 09:36 PM
I uploaded my index file along with a couple of pages for testing and encountered a problem.
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.
Something must be wrong in the code though, here is all I have on my page displaying my single image.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Glyph</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1"/>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis"/>
<meta name="rating" content="general" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color:#F0F8FF;
margin:0;
padding:0;
}
/*]]>*/
</style>
</head>
<body>
<div style="text-align:center;"><img src="/images/glyphrealsize.jpg" alt="Glyph"/></div>
</body>
</html>
What is weird is that the page validates yet in the program or in preview it won't show in preview either.
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?
P.S I removed the "onclick" event in case that was interferring..but tha wasn't it either.
(Hits head repeatedly on desk...)
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.
Something must be wrong in the code though, here is all I have on my page displaying my single image.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Glyph</title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1"/>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis"/>
<meta name="rating" content="general" />
<style type="text/css">
/*<![CDATA[*/
body {
background-color:#F0F8FF;
margin:0;
padding:0;
}
/*]]>*/
</style>
</head>
<body>
<div style="text-align:center;"><img src="/images/glyphrealsize.jpg" alt="Glyph"/></div>
</body>
</html>
What is weird is that the page validates yet in the program or in preview it won't show in preview either.
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?
P.S I removed the "onclick" event in case that was interferring..but tha wasn't it either.
(Hits head repeatedly on desk...)