stimpy1
02-18-2008, 10:23 PM
Hello,
the site i'm talking about is www.brewed.nl/ you can really see the differents, it is acctually screwing my entire site.
i have add the css file in every possible way but he just doesn't read it. And it isn't some spectaculair, just simple css.
<style type="text/css">
@import url("css.css");
.Table_01 {
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: top;
}
a:link {
font-style: normal;
color: 0c4873;
text-decoration:inherit;
}
a:visited {
color: 0c4873;
text-decoration:inherit;
}
a:hover {
color: 1a6f98;
text-decoration:underline;
}
body {
background-color: #FFF;
margin: 0px;
padding: 0px;
font-size: 16px;
font-family: Georgia;
}h1 {
color: 0f4159;
}
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
I hope that someone can please help me with this problem!!!!
the site i'm talking about is www.brewed.nl/ you can really see the differents, it is acctually screwing my entire site.
i have add the css file in every possible way but he just doesn't read it. And it isn't some spectaculair, just simple css.
<style type="text/css">
@import url("css.css");
.Table_01 {
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: top;
}
a:link {
font-style: normal;
color: 0c4873;
text-decoration:inherit;
}
a:visited {
color: 0c4873;
text-decoration:inherit;
}
a:hover {
color: 1a6f98;
text-decoration:underline;
}
body {
background-color: #FFF;
margin: 0px;
padding: 0px;
font-size: 16px;
font-family: Georgia;
}h1 {
color: 0f4159;
}
</style>
<link href="css.css" rel="stylesheet" type="text/css">
</head>
I hope that someone can please help me with this problem!!!!