Welcome Guest, Not a member yet? Register   Sign In
Cannot load CSS, loads inside HTML tags
#10

[eluser]TWP Marketing[/eluser]
[quote author="Stergios" date="1346776355"]Moreover, if in my code I use this

Code:
<link rel="stylesheet" href="http://localhost/codeigniter/index.php/assets/css/basicLayout2.css" type="text/css" media="screen, projection" />

and then I click on it through the source code of the browser, I get this:

Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;title&gt;404 Page Not Found&lt;/title&gt;
&lt;style type="text/css"&gt;

::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}

a {
color: #003399;
background-color: transparent;
font-weight: normal;
}

etc.......


&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
<div id="container">
  <h1>404 Page Not Found</h1>
  <p>The page you requested was not found.</p> </div>
&lt;/body&gt;
&lt;/html&gt;
[/quote]
The page you are seeing is not your page, it is the 404 error page, which, of course, will not have your css code in it.
The error says that the server cannot locate your view.
We need to step back to your controller and see which page is being loaded to the browser. Can you show us the controller code which contains your load statement? My code would be something like this:
Code:
$this->load->view('mypage');
if you are using CI's system


Messages In This Thread
Cannot load CSS, loads inside HTML tags - by El Forum - 09-03-2012, 11:54 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-03-2012, 12:08 PM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-03-2012, 01:40 PM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-03-2012, 01:56 PM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-03-2012, 01:57 PM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 09:27 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 09:32 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 09:34 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 10:20 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 10:36 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 10:36 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 10:50 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 11:18 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 11:35 AM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 02:19 PM
Cannot load CSS, loads inside HTML tags - by El Forum - 09-04-2012, 05:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB