[Solved] Background Image Not Showing Up with HMVC |
I have a background image
htdocs > projectname > assets > images > bg3.png And on my css Code: #header { If I type in Code: http://localhost/forum/ The background image shows up fine How ever if I type up Code: http://localhost/forum/common/home The image does not show up as shown in images at bottom. I use HMVC and Codeigniter application > modules application > modules > common > controllers > application > modules > common > controllers > Home.php Question why when I type in a url with common/home the background image will not show up how to solve this? ![]() And ![]() The base URL is set $config['base_url'] = 'http://localhost/fourm/';
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
[Solved] Background Image Not Showing Up with HMVC - by wolfgang1983 - 11-27-2016, 01:37 AM
RE: Background Image Not Showing Up with HMVC - by wolfgang1983 - 11-27-2016, 02:20 AM
RE: [Solved] Background Image Not Showing Up with HMVC - by marksman - 11-27-2016, 04:11 AM
|