View Full Version : Is this CSS code right?


kayjenne
07-21-2003, 04:26 AM
I've tried this out for over 2 hours and it still wont work. I tried doing a table layout from the tutorial found... http://www.damag3d.net/you/tutorials/table.html there. I tried doing it like that but it didn't work. Then I tried to do it instead of in my main html file to my css file but it still wont work. Here is what it looks like...

<style type="text/css">
<!--

A:link
{ text-decoration: none; color:#8700A1 }
A:visited
{ text-decoration: none; color:#ff76ff }
A:active
{ text-decoration: none; color:#f200ff }
A:hover
{ text-decoration: bold; color:#ff76ff;

cursor:w-resize }

body {
background-image: url(http://suk-q-lant-kizzz.net/cut.jpg);
background-repeat: repeat-y;

font-family: verdana;
color: #8700A1;
letter-spacing: 1pt;
font-weight:NORMAL;
font-size:9pt;


scrollbar-face-color : #ffffff;
scrollbar-highlight-color : #87d0ff;
scrollbar-3dlight-color : #87d0ff; scrollbar-shadow-color : #ff76ff;
scrollbar-darkshadow-color : #ad5ed7; scrollbar-track-color : #ffffff;
scrollbar-arrow-color : #f200ff }

-->
</style>


the link to the site is here (http://suk-q-lant-kizzz.net/simplydeep)

kayjenne
07-21-2003, 04:32 AM
nevermind i got it lol