root
-- public or public_html
---- index.php
---- assets
------ css
------ js
------ images
------ img
------ plugins
------ vendor
then you can access them like this
Code:
<img src="<?= base_url('assets/images/profile.jpg');?>">
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )