Welcome Guest, Not a member yet? Register   Sign In
image problems
#4

[eluser]pistolPete[/eluser]
So your directory structure looks like this?
Code:
subdir
    system
        application
            controllers
            models
            views
                template.php
                images

Then you have to use an appopriate path in your view:
Code:
<img height="95" alt="" width="799" border="0" src="/subdir/system/application/views/images/header.jpg" />

Use Firebug to see which image path is actually requested when you load the page.


Messages In This Thread
image problems - by El Forum - 09-24-2008, 12:19 PM
image problems - by El Forum - 09-24-2008, 02:11 PM
image problems - by El Forum - 03-02-2009, 09:43 AM
image problems - by El Forum - 03-02-2009, 09:57 AM
image problems - by El Forum - 03-02-2009, 10:36 AM
image problems - by El Forum - 03-02-2009, 11:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB