Welcome Guest, Not a member yet? Register   Sign In
Problems with CSS frameworks
#1

[eluser]alex[/eluser]
Hi to everyone. My name is Alejandro and I'm newbie with CI. I've been doing some stuffs with it and I'm really excited about this framework but I can't integrate a CSS framework in order to handle the views. I could use a single css file but when I try to add a css framework it just doesn't work properly. I tried with YAML and also with Blueprint but got the same result (doesn't work) with both of them.
I'm making a controller and this one calls the view. That is correct, isn't?.

Does anybody has used any of this css frameworks? If your answer is "yes", could you please tell me where (folder location) should I copy the css framework files?

I'll be really apretiate if you can help me with this deal

Thanks in advance
Alejandro


P.S.: just for the record: if I test my web desing (working under the css framework) works ok but when I try to access to my web desing under CI, then I got problems.
P.S2: I'm using CI 2.0.2
P.S3: I'm trying to access to my web site is this:
localhost\coud\index.php\prueba_yaml

This is the simple example and doesn't work:
CONTROLLER:
File name: prueba_yaml.php
Location: C:\xampp\htdocs\coud\application\controller
Code:
Code:
<?php

class Prueba_blue extends CI_Controller{
    function index (){
        $this->load->view('vista_prueba_blue');
    }
}
?>

VIEW:
File name: vista_prueba_yaml.php
Location: C:\xampp\htdocs\coud\application\views
Code:
Code:
<html>
.
.
.
<link href="application/views/css/layout_2col_left_13.css" rel="stylesheet" type="text/css"/>
.
.
.
</html>


Messages In This Thread
Problems with CSS frameworks - by El Forum - 08-10-2011, 04:58 AM
Problems with CSS frameworks - by El Forum - 08-10-2011, 06:57 AM
Problems with CSS frameworks - by El Forum - 08-10-2011, 07:55 AM
Problems with CSS frameworks - by El Forum - 08-10-2011, 12:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB