What wrong with this code?
HTML Code:
<html>
<head>
<style type="text/css">
body {
background: url(images/background1.PNG) ;
{
top1 {
background: url(images/top1.PNG);
width: 905px;
height: 21px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
margin-right 10px;
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
}
</style>
</head>
<body>
<div id="top1"><marquee>Hey there, welcome to the <b>BRAND NEW</b> HABBOFURY.com, Sign into our brand new UserSystem Now! :D.
</marquee></div>
</body>
</html>
For some reason, "Hey there, welcome to the <b>BRAND NEW</b> HABBOFURY.com, Sign into our brand new UserSystem Now! :D." Comes up as default; font, size and colour. Even though it's set to be Verdana, size 12 and white. Also the image doesn't show up, why?
++rep