Hey..I sure need some coding help..
Here is my problem, I been building html/css sites with the css style script as part of the coding. Since I wanted to make the CSS script external (so I change edit it all from one spot)
Anyway..here is the original page
http://1m1.info/EasyFruitWineRecipe.html
All I did was copy the stylescript directly
and put it as a "style.css" in my directory
This is what I get
(linked removed)
this is the script
What am I missing? How do I make the new site (second link) look the first?
Thanks in advance
Here is my problem, I been building html/css sites with the css style script as part of the coding. Since I wanted to make the CSS script external (so I change edit it all from one spot)
Anyway..here is the original page
http://1m1.info/EasyFruitWineRecipe.html
All I did was copy the stylescript directly
and put it as a "style.css" in my directory
This is what I get
(linked removed)
this is the script
PHP:
<style type='text/css'>
.wrapper{
margin: 0px auto;
width: 782px;
background-color: rgb(93, 168, 248)
}
.header{
float: left;
width: 100%;
height: 100%;
background-color: rgb(246, 248, 94)
}
.content{
float: left;
width: 100%;
height: 100%;
background-color: rgb(246, 248, 94)
}
.footer{
float: left;
width: 100%; height: 100px;
background-color: rgb(246, 248, 94)
}
body {
padding: 0px;
margin: 0px;
font-size: 90%;
background-color: rgb(0, 0, 204)
}
</style>
Thanks in advance
Last edited:








