Connecting Tech Pros Worldwide Forums | Help | Site Map

Point to style sheet in another directory

Newbie
 
Join Date: Jun 2009
Posts: 20
#1: Jun 22 '09
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.  

Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,997
#2: Jun 22 '09

re: Point to style sheet in another directory


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

re: Point to style sheet in another directory


Oh yer, thanks. :):)
Atli's Avatar
Moderator
 
Join Date: Nov 2006
Location: Iceland
Posts: 3,997
#4: Jun 22 '09

re: Point to style sheet in another directory


No problem :)
Reply