Hi everyone please bear with me if there is a simple reason for this as this is the first site i have designed and hosted, and its taken long enough just to sort out how to get it uploaded and the domain name pointing to it correctly.
The issue is I designed my website in dream weaver CS5. I created a separate folder to store all images associated with the site. unfortunately after uploading the site and visiting it the images are all missing and i am not sure why? The site is brettmoney.com or brett money.co.uk.
Secondly this isn’t a major issue and i still need to play around with it and could be easy to fix but my nav bar at the top shifts onto 2 lines in IE but is correct on chrome.
Thank You
this is due to the path problem which you have specified like Images instead of images.So use images/logo.png. And secondly your top navigation is breaking in IE browser due to spacing. You have to decrease the padding which you have given in
.NavBar ul li {margin: 0px;
**padding: 0px 16px;**
list-style: none;
display: inline;