Hi everybody. I am trying to turn a .psd into a website using mainly divs and css and I am not sure where I am going wrong. This is my very first time doing this as well. I am starting from the top of my page and working my way down. Right now I have this for the html:
So my header shows up fine with a logo on the left and the 3 social icons on the right but when I add the banner in(which is going to stretch across the entire page) it does not show up. It shows up in my design panel in dreamweaver but when I upload it it acts like there is no reference to the banner at all. There is no broken image icon or anything, it just acts like there is no image. I know my image link is correct so I am not sure what I am doing wrong but it is driving me crazy!!!
I'd double-check the URL for the banner image. Remember that when you use relative addresses in CSS, the URL is based on the location of the stylesheet which may easily be different than the parent HTML document. After you also check to insure that the image file exists on the server, try using a complete URL (ie. 'http://www.example.com/images/banner.png').
Bookmarks