Welcome Guest, Not a member yet? Register   Sign In
The style sheet for a view page can't be separated in an Includes folder?
#37

[eluser]alvaroeesti[/eluser]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

&lt;html&gt;

&lt;head profile="http://gmpg.org/xfn/11"&gt;
&lt;title&gt;&lt;div>

<h4>A PHP Error was encountered</h4>

<p>Severity: Notice</p>
<p>Message: Undefined variable: page_title</p>
<p>Filename: views/header.php</p>
<p>Line Number: 6</p>

</div>&lt;/title&gt;
&lt;link rel="shortcut icon" href="image/favicon.ico" /&gt;

&lt;style type='text/css' media='all'&gt;@import url('CI/css/style.css');&lt;/style&gt;
&lt;link rel='stylesheet' type='text/css' media='all' href=CI/css/style.css' /&gt;
&lt;meta http-equiv="content-type" content="text/html; charset=utf-8" /&gt;
&lt;meta http-equiv="content-language" content="en-gb" /&gt;
&lt;meta http-equiv="imagetoolbar" content="false" /&gt;
&lt;meta name="author" content="Christopher Robinson" /&gt;
&lt;meta name="copyright" content="Copyright © Christopher Robinson 2005 - 2007" /&gt;
&lt;meta name="description" content="" /&gt;
&lt;meta name="keywords" content="" /&gt;
&lt;meta name="last-modified" content="Sat, 01 Jan 2007 00:00:00 GMT" /&gt;
&lt;meta name="mssmarttagspreventparsing" content="true" /&gt;
&lt;meta name="robots" content="index, follow, noarchive" /&gt;
&lt;meta name="revisit-after" content="7 days" /&gt;
&lt;/head&gt;

&lt;body&gt;
<div id="header">
<h1>Your Website</h1>
<h2>catchy slogan..</h2>
</div>
<div id="navigation">
<ul>
<li><a href="#">link one</a></li>
<li><a href="#" class="active">active link</a></li>
<li><a href="#">link three</a></li>
<li><a href="#">link four</a></li>
<li><a href="#">link five</a></li>
<li><a href="#">link six</a></li>
</ul>
</div>

<div id="content"> &lt;!-- this div will close at the start of the footer --&gt;



<h1>Content Header</h1>


<div id="login_form">

&lt;form name="login_form" action ="process_login.php" method="POST"&gt;Email: <br>&lt;input type = "field" name ="email"&gt; <br>Password: <br>&lt;input type = "password" name ="password"&gt;&lt;p>&lt;input type ="submit"&gt;&lt;/ form>



</div>



<div id="footer">
<p>Copyright &copy; <a href="#">Plain and Simple</a> 2007 | Designed by <a href="http://www.edg3.co.uk/">edg3.co.uk</a> | Sponsored by <a href="http://www.opendesigns.org/">Open Designs</a> | Valid <a href="http://jigsaw.w3.org/css-validator/">CSS</a> &amp; <a href="http://validator.w3.org/">XHTML</a></p>
</div>
&lt;/body&gt;

&lt;/html&gt;


Messages In This Thread
The style sheet for a view page can't be separated in an Includes folder? - by El Forum - 07-24-2012, 02:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB