Welcome Guest, Not a member yet? Register   Sign In
How to create a default css file for CI?
#7

[eluser]Shaheer[/eluser]
it still doesn't work i have placed the style.css file in the same folder as index.php but no changes Sad
below is the view file

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
&lt;head&gt;
&lt;link rel="stylesheet" href="&lt;?php echo base_url(); ?&gt;style.css" /&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;Web Test Site&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
<h1>&lt;?php echo $mytitle; ?&gt;</h1>
<p class="test"> &lt;?php echo $mytext; ?&gt; </p>
&lt;?php echo $base ?&gt;
&lt;/body&gt;
&lt;/html&gt;

$base and other vars are passed by control.


Messages In This Thread
How to create a default css file for CI? - by El Forum - 08-15-2009, 04:59 PM
How to create a default css file for CI? - by El Forum - 08-15-2009, 05:13 PM
How to create a default css file for CI? - by El Forum - 08-15-2009, 05:27 PM
How to create a default css file for CI? - by El Forum - 08-15-2009, 05:31 PM
How to create a default css file for CI? - by El Forum - 08-15-2009, 07:23 PM
How to create a default css file for CI? - by El Forum - 08-15-2009, 07:35 PM
How to create a default css file for CI? - by El Forum - 08-16-2009, 09:55 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 09:57 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 09:58 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 09:59 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:00 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:01 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:02 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:05 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:06 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:11 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:19 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 10:26 AM
How to create a default css file for CI? - by El Forum - 08-16-2009, 01:53 PM
How to create a default css file for CI? - by El Forum - 08-16-2009, 02:02 PM
How to create a default css file for CI? - by El Forum - 08-16-2009, 02:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB