I am googling and reading a lot of tutorials to try to understand the problem with my website. I just uploaded to server, after editing it with dreamweaver, but now the background images from my stylesheet are not appearing! I have a stylesheet for all y html pages and am using this tag: <link rel="stylesheet" type="text/css" href="styles.css"> but is not working
yes a link would indeed help us. but also make sure that your style sheet is in the same directory as your index and other files. if you have it someplace else or in its own folder, then href="styles.css"> needs to be changed to the correct path, such as href="cssfolder/styles.css">
I didn't put the link before because I don't whant to go against the rules the link is http://earneasymoney.no.sapo.pt I really need help
Hey Dav7, I think I've spotted the problem. You've got the following in your css: a:hover { blockquote { margin-top: 0px; margin-bottom: 0px; color: #333333;/*themecolour3%0;*/ margin-right: 0px; } Code (markup): You need to close the a:hover element Hope it helps!