Welcome Guest, Not a member yet? Register   Sign In
Not strictly code igniter... linking multiple css files in a page header.
#3

[eluser]richzilla[/eluser]
That would help...

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
    "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

&lt;html&gt;

    &lt;head&gt;
        &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8" /&gt;
        &lt;title&gt;My site&lt;/title&gt;
        &lt;link rel="stylesheet" href="styles/obst.css" type="text/css" media="screen" title="no title" charset="utf-8" /&gt;
        &lt;link rel="stylesheet" href="styles/960.css" type="text/css" media="screen" title="960" charset="utf-8" /&gt;
        &lt;link rel="stylesheet" href="styles/reset.css" type="text/css" media="screen" title="Reset" charset="utf-8" /&gt;
        &lt;link rel="stylesheet" href="styles/text.css" type="text/css" media="screen" title="Text" charset="utf-8" /&gt;
        
    &lt;/head&gt;

    &lt;body id="main"&gt;
        <div id="container" class="container_12">    
            <div id="header" class="grid_12">
                This is the header
            </div>
        </div>
    &lt;/body&gt;    
&lt;/html&gt;


Messages In This Thread
Not strictly code igniter... linking multiple css files in a page header. - by El Forum - 09-11-2009, 04:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB