I feel pretty stupid because this is such a basic problem that I am having, but I have been having trouble with it for a few hours, so thought I'd put my problem to the community....
I added a css file and images mentioned in css files are not loading.
- Code: Select all
#banner {
width: 870px;
height: 184px;
margin: 0 auto;
padding: 0;
background: url(/public/images/img03.jpg) no-repeat left top;
}
Any help would be appreciated.
Thanks

