Could someone assist me in understanding why this code is not functioning properly? I have experimented with both background-image and background properties, as well as adjusting the height and width attributes.
<html>
<head>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wtd-intro-left"><span></span></div>
</body>
</html>
Below is the corresponding CSS
.wtd-intro-left {
background: url("http://etc.usf.edu/presentations/extras/letters/fridge_magnets/red/11/a-300.png") no-repeat;
width:430px;
height:366px;
display: block;
}