Why won't my image show?

1 replies
  • WEB DESIGN
  • |
My banner image shows up in dreamweaver, but not on the web. What am I doing wrong?

HTML:
Code:
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Rocco&Jade</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="banner">
<img src="images/intensify-banner.jpg" width="817" height="252" alt="Rocco & Jade Teach You How to Intensify Your Sex Life">
</div>
<h2>test</h2>
</body>
</html>
Style Sheet:
Code:
@charset "UTF-8";
/* CSS Document */

#banner {
text-align: center 
}
body {font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black",sans-serif}
h1,h2,h3,h4,h5,h6 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    letter-spacing: 5px;
}
Hope you can help,
Thanks,
Rocco
#image #show

Trending Topics