Currently, I am working on creating a basic website on a subdomain. Everything appears to be running smoothly in Google Chrome except for one issue with the header image not displaying in IE8.
The image link is . It seems that the problem may stem from IE8 attempting to add a "www" prefix to the image URL like , causing it to not load properly.
If anyone has encountered this issue before and has found a solution, I would greatly appreciate any advice!
UPDATE - BELOW IS THE CODE THAT I AM CURRENTLY USING:
<div id="header">
<a href="http://subdomain.domain.co.uk"><img src="http://subdomain.domain.co.uk/images/theLogo.jpg" width="300px" />
</a>
</div>
<div class="clear"></div>
Thank you in advance,
Jack