Sounds like I'm way over my head. Reading through post_class function didn't enlighten me. I get the very rough idea, but I don't know where to find the place in my style sheet - if it is in my style sheet at all. In Page.php, for example (one of the files the codes says I could use this template tag in) I see code about "post" but nothing that says "page" `<div id="content" class="narrowcolumn">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post_class" id="post-<?php the_ID(); ?>">
<h2 class="page_title"><?php the_title(); ?></h2>`
I can't figure out how it's using one style sheet to call up two different styles-but maybe that's normal. In short, I would need to figure out what take out in order to figure out where to put that in, wouldn't I? I tried putting the class="post_class" tag in the one place I found class=page, but to no avail.
I think I said it in the first sentence, but I have not being able to figure things out :-(