Connecting Tech Pros Worldwide Help | Site Map

Point to style sheet in another directory

  #1  
Old June 22nd, 2009, 09:24 PM
Newbie
 
Join Date: Jun 2009
Posts: 20
How do you point to a style sheet in another directory using the below code i.e.

the directory needed is
Expand|Select|Wrap|Line Numbers
  1. ../style/style.css
  2.  
code
Expand|Select|Wrap|Line Numbers
  1. <link rel="stylesheet" type="text/css" href="<?php echo (!$style)?'style':$style ?>.css" />
  2.  
  #2  
Old June 22nd, 2009, 09:30 PM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,701
Provided Answers: 4

re: Point to style sheet in another directory


Did you try just adding "../style/" in front of your <?php ?> block?
  #3  
Old June 22nd, 2009, 09:46 PM
Newbie
 
Join Date: Jun 2009
Posts: 20

re: Point to style sheet in another directory


Oh yer, thanks. :):)
  #4  
Old June 22nd, 2009, 10:57 PM
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,701
Provided Answers: 4

re: Point to style sheet in another directory


No problem :)
Reply