dags
10-16-2005, 12:56 PM
Randomnly . . . the image tag in my code is not uploading. The only purpose of the page is to display a copy of a full page newspaper ad (downsized to 936 pixels wide), so the code is very simple:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<div align="center"><img src="new/images/ads/Annexation001.jpg" width="936" height="1512"></div>
</body>
</html>
That's the file on my local site.
But, when uploaded and viewed from the web, the image tag is totally not there!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<div align="center"></div>
</body>
</html>
Note the absence of image tag between the div tags.
I've put the image in a table, put it in a page that had other graphics, done gifs instead of jpgs; a dozen things I could think of but that image tag is never included in the uploaded file- other graphics are, but not that one. What the heck?
Anyone have any ideas? Am I missing something simple?
please help . . . :o
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<div align="center"><img src="new/images/ads/Annexation001.jpg" width="936" height="1512"></div>
</body>
</html>
That's the file on my local site.
But, when uploaded and viewed from the web, the image tag is totally not there!
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body>
<div align="center"></div>
</body>
</html>
Note the absence of image tag between the div tags.
I've put the image in a table, put it in a page that had other graphics, done gifs instead of jpgs; a dozen things I could think of but that image tag is never included in the uploaded file- other graphics are, but not that one. What the heck?
Anyone have any ideas? Am I missing something simple?
please help . . . :o