Custompage Module-Issue with CSS (Drupal-6.x)
        Posted  
        
            by 
                jc70
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jc70
        
        
        
        Published on 2010-12-26T02:34:06Z
        Indexed on 
            2010/12/26
            2:54 UTC
        
        
        Read the original article
        Hit count: 244
        
I'm new to Drupal and have recently installed the custompage module. I received a lot of errors until I placed "custom.tpl.php" in the custompage module folder. I am able to navigate to the custom page from the primary links. But, the CSS I created for that specific page is not showing up. I'm thinking it's because "custom.tpl.php" is located in the module folder of Drupal Core and my CSS is in the theme folder. But I'm not sure how to fix the problem.
I tried to copy the "custom.tpl.php" in my themes folder, but then I receive a lot of errors. Any help would be appreciated.
© Stack Overflow or respective owner