View Full Version : Background not showing!


kicker91
06-15-2003, 02:42 PM
My background is coming up! Here is my source:


<html>
<head>
<title>KiCkZkId91</title>
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#080b80 }
A:visited
{ text-decoration: none; color:#080b80 }
A:active
{ text-decoration: none; color:#080b80 }
A:hover
{ text-decoration: none; color:#080b80

body
{ background-color: #a0e0ff;
background-image:url(/kickzkid91/kickz_bg.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed

font-family: verdana,arial,courier new;
color: #0d0088;
letter-spacing: -1pt;
font-weight: bold;
font-size:value; 8pt
-->
</style></head><body>

>>bla bla bla bla bla<<

</body></html>

please help!

kittycat
06-15-2003, 02:49 PM
<style type="text/css">
<!--
A:link
{ text-decoration: none; color:#080b80; }
A:visited
{ text-decoration: none; color:#080b80; }
A:active
{ text-decoration: none; color:#080b80; }
A:hover
{ text-decoration: none; color:#080b80; }

body
{ background-color: #a0e0ff;
background-image:url(/kickzkid91/kickz_bg.gif);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;

font-family: verdana,arial,courier new;
color: #0d0088;
letter-spacing: -1pt;
font-weight: bold;
font-size: 8pt; }

-->
</style>

Try this :) Just compare the codes to see the changes

kicker91
06-15-2003, 02:56 PM
i dont see the change :D


¤ edit ¤

it works now! thanks a lot!