Welcome Guest, Not a member yet? Register   Sign In
CSS Question
#1

[eluser]NateL[/eluser]
Do you create a view for Headers and then bring that view into other views? I ask because I am creating an app that will use the same stylesheet through out the whole site, and it makes no sense to call in the same stylesheet for every page.
#2

[eluser]Thorpe Obazee[/eluser]
I usually do this from the view
Code:
<?php $this->load->view('index/header'); ?>

this also contains the stylesheet.




Theme © iAndrew 2016 - Forum software by © MyBB