i want to add a banner image .
<div class="slide" style="background-image: url('Style/images/banner/banner.jpg');">
how can i use this in CodeIgniter file
i tried
<div class="slide" style="background-image: url('<?php echo base_url()?>/Style/images/banner/banner.jpg');">
base_url()gives you.. to debug just copy the url produce and paste it on your browser.. I think it's 404 coz the first snippet is relative and in codeigniter is absolute, so better check your image directoryStyleSis caps in folder name