how can I see the source code of new pages

Permalink
OK so I have the default page on my computer and my typography css file along with other css files. Now when I was in edit mode I made 6 other pages and added content but what now. I can alter and edit the default.php but where are the other six pages made? I know they are probably in a database but that doesn't help me as I want to provide a global css file to position the nav bar and do some type styling.

Love C5, but can you please help. . .

Thanks

 
s2d replied on at Permalink Reply
s2d
Look and see what page types each of the other pages are using. To edit what you're referring to as the source of those pages, you will need corresponding page templates.

For example, if you have a page that is a Left Sidebar page type, you'll need a corresponding template file ("left_sidebar.php"), in the same location as your default.php template file, to define the layout and appearance of any pages to which that type is applied. Any pages created with defined types that have no corresponding template file will use the "default.php" template file.

This should get you going in the right direction, anyway. I suggest starting here to read about themes and page types:

http://www.concrete5.org/documentation/general-topics/page-types/...
http://www.concrete5.org/documentation/developers/pages/themes...

Kate