Welcome Guest, Not a member yet? Register   Sign In
image src
#3

[eluser]danmontgomery[/eluser]
Assets should not be in application, application shouldn't be treated as a filesystem, because as far as CI is concerned it isn't. Most people put an assets folder (or folders) at the same level as index.php, it makes accessing them significantly easier.

The problem here, I'm guessing, is that there are spaces in the image src:

Code:
"<?php echo base_url();?>images/logo.jpg"


Messages In This Thread
image src - by El Forum - 09-15-2010, 08:42 PM
image src - by El Forum - 09-16-2010, 05:32 AM
image src - by El Forum - 09-16-2010, 07:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB