formatting page content
-
Hi,
I seem to be unable to make any changes to the format of the page content of my site. Am fairly new to css so imagine it is a simple mistake somewhere!
Essentially, if I make any changes to #content in my stylesheet it doesn’t change the appearance/style on the site.
The code in my main index template is below (I am guessing my problem is from here):
<?php get_header(); ?> <div id="#menu"> <?php include (TEMPLATEPATH . '/sidebar.php'); ?> </div> <div id="#menuright"> <?php include (TEMPLATEPATH . '/sidebar2.php'); ?> </div> <div id="#content"> <?php the_content(__('(more...)')); ?> </div>
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘formatting page content’ is closed to new replies.