I have found that the jpg is showing in all other browsers except IE. This is frustrating me because for the company i work for i have to have it running on IE.
Please help - see code below
<!DOCTYPE html>
<html>
<head>
<title>Intranet</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<meta name=“description” content=“Intranet Home Page”/>
<meta name=“author” content=“Leanne Taylor” />
<meta name=“robots” content=“index, follow” />
<link href=“CSS/layout.css” rel=“stylesheet” type=“text/css” media=“screen” />
<link href=“CSS/links.css” rel=“stylesheet” type=“text/css” media=“screen” />
</head>
<body background=“images/backgroundpic.jpg” id=“index”>
<br></br>
<div id=“homewrapper”>
<br></br>
<img src=“logo/newlogo.jpg” alt=“Logo” title=“Logo” width=“200px” height “192px” class=“floatImageLeft” />
</div>