Welcome Guest, Not a member yet? Register   Sign In
CSS Folder in the Application Folder
#2

[eluser]InsiteFX[/eluser]
The assets folder has to be on the same level as index.php because of the .htaccess files in the application folder and other folders.

Code:
application
assets
-- css
-- images
-- js
-- etc
system
index.php
.htaccess

<link rel="stylesheet" type="text/css" href="<?php echo base_url('assets/css/pso_stylesheet.css'); ?>" />


Messages In This Thread
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 09:08 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 10:06 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 10:36 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 11:40 AM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 01:31 PM
CSS Folder in the Application Folder - by El Forum - 07-06-2012, 03:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB