Image Issue
Posted by: Mandragon (---.hsd1.ut.comcast.net)
Date: October 31, 2007 06:38AM

I am having a problem with the display of images on my wamp server. Many jpg images do not show up and when they do half of the image is grey. It is almost like the image is getting corrupted so it will not display right.

A similar thing happens when I try to display some gif images but instead of half the image being grey the image will simply not be there.

I have wamp on a computer at work and these same images seam to show up fine there. But on my home wamp I can not get them work properly.

Anyone ever have this problem before?

Options: ReplyQuote
Re: Image Issue
Posted by: Ajinder Singh (210.56.107.---)
Date: October 31, 2007 11:40AM

please send the code.

Options: ReplyQuote
Re: Image Issue
Posted by: Mandragon (---.dsl.xmission.com)
Date: October 31, 2007 04:02PM

Here is the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[www.w3.org];
<html xmlns="[www.w3.org];

<head>
<title><?=$pageTitle?></title>
<meta name="keywords" content="Blah Blah" />
<meta name="description" content="Blah Blah" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<div id="topimage">
<img src="images/headerImage.jpg" alt="Motorcycle Tours: STMA"/>
</div>
</body>
</html>

The <img> tag is where the problem is occurring. I have also noticed that if I decrease the size of the image my home computer wamp setup does not have as much of a problem ( though .jpg files act as if they don't exist if I view it with IE).

Options: ReplyQuote


Sorry, only registered users may post in this forum.