CSS code call on page but not call on External Site
If I put Inline code then it is working but if i am calling style sheet then it is not working. How i can fix it. Code is given.body {
margin: 0px;
background-image: url(../images/back_strip.jpg) ;
background-repeat: repeat-x ;
background-color: #E4F7F9 ;
}.graytxt {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #636363 ;
}
.txtbox {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
border: 1px solid #97C7C5;
}