Welcome Guest, Not a member yet? Register   Sign In
Image folder
#5

[eluser]Michael Wales[/eluser]
Quote:How can I custom css to refer to the right path of image file.

It would be the same as always - a relative path to the image, from the CSS file.

For me, folder structure is:
|system
|webroot
|-application
|-assets
|--images
|--css

So, in a view file, I use:
Code:
<img src="&lt;?php echo base_url(); ?&gt;assets/images/logo.png" />

In CSS:
Code:
background:url(../images/logo.png);


Messages In This Thread
Image folder - by El Forum - 05-29-2008, 12:01 AM
Image folder - by El Forum - 05-29-2008, 03:08 AM
Image folder - by El Forum - 05-29-2008, 03:24 AM
Image folder - by El Forum - 05-29-2008, 03:38 AM
Image folder - by El Forum - 05-29-2008, 04:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB