Welcome Guest, Not a member yet? Register   Sign In
css is not loading
#1

[eluser]mehwish[/eluser]
hi i am facing problem in loading css file.

Code:
<?php  //if ( ! defined("BASEPATH")) exit("No direct script access allowed");


class Controller2 extends CI_Controller
{


function index()
{
if ($this->input->post('button'))
$this->test();
else
$this->load->view('2');
}



function test()
{
$this->load->view('2');
}
} ?>
when i first call my controller index function it is loading view "2" with proper html and css but when i press a button inside my "2" view my controller is calling another function TEST but this time test is not loading the same view with css.

can anyone solve this?

css codeigniter


Messages In This Thread
css is not loading - by El Forum - 08-11-2011, 09:42 PM
css is not loading - by El Forum - 08-11-2011, 11:28 PM
css is not loading - by El Forum - 08-12-2011, 02:12 AM
css is not loading - by El Forum - 08-12-2011, 02:16 AM
css is not loading - by El Forum - 08-12-2011, 02:29 AM
css is not loading - by El Forum - 08-12-2011, 02:36 AM
css is not loading - by El Forum - 08-12-2011, 02:38 AM
css is not loading - by El Forum - 08-12-2011, 02:40 AM
css is not loading - by El Forum - 08-12-2011, 02:49 AM
css is not loading - by El Forum - 08-12-2011, 02:50 AM
css is not loading - by El Forum - 08-12-2011, 03:00 AM
css is not loading - by El Forum - 08-12-2011, 03:06 AM
css is not loading - by El Forum - 08-12-2011, 03:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB