Do I just add #wrapper to page.php? I don't know much about how to add #wrapper. When you say css, do you mean style.css?
It will probably be evident by how I 'tried' to do the pages below, that I don't know what i'm doing...hehe, but here goes...
I have to say, again, that I don't understand much about CSS or php or WordPress. I bought the software Artiseer to design those different pages. I made 4 themes. I have a main one named YokoCo-op. And the others, I named rooma, roomb and roomc. I nested the different rooms under the Yoko one...My directory structure is \themes\YokoCo-op\rooma and \themes\YokoCo-op\roomb and finally \themes\YokoCo-op\roomb. Under the \themes\YokoCo-op, I created a few files from what I was reading on these forums and on the WordPress documentation. I created page themes for each room. I also made header.php files for each room. These six files are under the yokoco-op folder. The rooma-header.php file contains the location of the style.css (the line of code specifying that is: <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/rooma/style.css" type="text/css" media="screen" /> Anyway, I did this for each room. Also, I have rooma.php (which is the page theme that contains the code: `<?php
/*
Template Name: rooma
*/
?>
<?php include ('rooma-header.php'); ?>` I asked on the forums for help and someone mentioned to try putting that php include statement there that points to my header....that points to the location of the style.css ....
hehe, am I losing anyone yet, cause I am lost...haha.
Anyway, it was hours upon hours of playing around with stuff until I finally got it to work... (when I put the page template in the yokocoop folder, I got the option of applying a certain page theme to the page I wanted to apply it to).
Now my only issue is the centering...It's frustrating, cause the coding, the style page...it's all the same, with the only difference of the colors and the header.
I'm ready to tell the preschool peeps i'm doing this for (volunteer work) that I cannot figure it out...and they might just have to go with one theme completely. But i'm still trying to figure it out...and elicit help from you great peeps here :)
I hope this showed you how much I don't know what i'm doing heheheh, but hope you sort of followed what I was trying to say above.
Thanks for reading. :) If you have any other specifics on how I did it, i'll try to explain better when I have more time...have a good night. :)