Welcome Guest, Not a member yet? Register   Sign In
relative paths inside css file
#3

Hello meow, thank you for replying.

Quote:Are you following along the tutorial in the docs? Mind pasting here the call method to your CSS/JS files?

Here's my header:


Code:
<!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<title><?php echo $title; ?></title>
<!-- CSS Files-->
<link rel="stylesheet" href="<?php echo base_url(); ?>/theme/stylesheets/style.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>/theme/stylesheets/homepage.css"><!-- homepage stylesheet -->
<link rel="stylesheet" href="<?php echo base_url(); ?>/theme/stylesheets/skins/khaki.css"><!-- skin color -->
<link rel="stylesheet" href="<?php echo base_url(); ?>/theme/stylesheets/responsive.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>/theme/stylesheets/modal.css">
</head>

Here's a more comprehensive view of the pertinent file structure:

Code:
|--root/
   |--application/
      |--views/
         |--pages/
         |--templates/
            |--header.php
   |--theme/
      |--images/
      |--javascripts/
      |--stylesheets/
         |--homepage.css
         |--modal.css
         |--style.css
         |--responsive.css
         |--skins/
            |--khaki.css
         |--websymbols/
            |--websymbols-regular-webfont.eot
            |--websymbols-regular-webfont.svg
            |--websymbols-regular-webfont.ttf
            |--websymbols-regular-webfont.woff

The homepage.css is the one attempting to import the websymbol font-family.

Thx again.
Reply


Messages In This Thread
relative paths inside css file - by Aleksi - 12-17-2015, 11:02 AM
RE: relative paths inside css file - by meow - 12-17-2015, 07:44 PM
RE: relative paths inside css file - by Aleksi - 12-17-2015, 08:53 PM
RE: relative paths inside css file - by InsiteFX - 12-18-2015, 05:15 AM
RE: relative paths inside css file - by Aleksi - 12-18-2015, 05:21 AM
works now...? - by Aleksi - 12-18-2015, 02:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB