Hey guys, So I am new to doing PSD>>>XHTML (or html) & CSS. Basically..I am knew to coding I guess you could say as well. I have been watching this tutorial: http://net.tutsplus.com/videos/screencasts/how-to-convert-a-psd-to-xhtml/ And in it, he tells me about CSS and how to make the images appear. Basically, the images that I want to appear in my css, are not appearing. I have made sure all of the div id's are correct, and they are. My CSS can be found here: http://tinypaste.com/770074 ALL of the images, do not appear. Any help?? (PS- I know some of my things in my CSS are probably not the best practice, but I am not really looking for your criticism, but rather the solution to my problem) Thanks! ~ Joe
where is the images folder located? according to your code, it should be located in the same directory as you css file. If you have a css directory, then you probably need to link to your images like this: "../images/image1.jpg".
Now it works...but the #header still doesn't show. Also, when I use repeat-x , it doesn't repeat either :/