I have uploaded all of the HTML files, CSS style sheet and images for my site but it does not look like it did when I created it and have viewed it in my browser... Help please.
I have uploaded all of the HTML files, CSS style sheet and images for my site but it does not look like it did when I created it and have viewed it in my browser... Help please.
In your HEAD section of the page:
but the style sheet isn't there. It is in public_html.HTML Code:<link href="style/style.css" rel="stylesheet" type="text/css" />
1) create a directory "style" in public_html and put the style sheet there
OR
2) change the above line so href="style.css"
Nothing is always absolutely so.