I am having trouble to configure only css template in codeigniter. e.g: i am beginner in codeigniter. any one can tell me that how can i configure it or any tutorial.
hope you understand my bad English..
here is my code
in view page home.php
<?php $this->load->view('header_final');?>
<div id="page">
<div id="page-bgtop">
<div id="page-bgbtm">
<div id="content">
<div class="post">
<h2 class="title"><a href="#">Home</a></h2><br>
<div class="entry">
<p><img src="<?=site_url();?>images/img08.jpg" width="538" height="200" alt="" /></p>
<p>Sylhet Engineering College (SEC), established in the year 2007 under the School of Applied Science and Technology, Shahjalal University of Science and Technology is best of its kind with a motto to produce the best in class engineers for the 21st century in Bangladesh. There are five universities of Engineering and Technology and some private universities in the country for providing engineering education at B.Sc level which is not sufficient to meet the requirement of today's fast paced engineering sector of Bangladesh. As a divisional city of Bangladesh, Sylhet had no engineering institute. So the Government of Peoples Republic of Bangladesh has established Sylhet Engineering College with a vision to expand the engineering education of Bangladesh as an engineering faculty section of Shahjalal University of Science and Technology.</p>
</div>
</div>
<div class="post">
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<?php $this->load->view('footer_final');?>
In controller page home.php
<?php
class Home extends Controller {
function Home()
{
parent::Controller();
}
function index()
{
$this->load->view('home');
}
}
Hints:
header_final.php and footer-final.php