dang I am just having so much fun this weekend....
but seriously:
I have this link calling the css for the sub template in the header.
<?php if(is_page_template('subTemplateEngineer.php')) {?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/subtemplate01.css">
<?php }?>
and of course the correct .css in the css folder.
I can see the results on my sandbox. when I upload it live the css styling doens't show up.
already checked three or four times that all the files xfered properly. I check to ensure that the appropriate sub template was applied to the pages.
a bit at a loss.
I also later tried adding the following code to the style.css
@import url('/css/subTemplate01.css');
@import url('css/contact.css');
zilch...no better results.
(and yes I was checking to see if maybe i was a directory off hence the missing "/" in one of the links)
Anything else I can try?
thx
D



Reply With Quote




Bookmarks