I tried to add chicklets to my sidebar which this worked Im having other problems. Any help with any of these problems with be GREATLY appreciated.
http://peakoilportal.com/crudeoil/
1. My background under About Me Section indented like the rest.
2. The spacing between my background and Archives.
3. The links under Links Section on one line by themselves for all links. There just run on now.
4. RSS/XML/ATOM aligned with the other headings.
5 A space between the RSS chicklets the the RSS/XML/ATOM heading.
6. Each chicklet on a row by themselves. Newsblog-Newsburst is already that way.
Forgot, this is a copy of the current sidebar code:
<div id="sidebar">
-
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it.
- <h2>Author</h2>
A little something about you, the author. Nothing lengthy, just an overview.
-->
<h2>About Me</h2>
My Background
-
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
You are currently browsing the archives for the <?php single_cat_title(''); ?> category.
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
You are currently browsing the "><?php echo bloginfo('name'); ?> weblog archives
for the day <?php the_time('l, F jS, Y'); ?>.
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
You are currently browsing the "><?php echo bloginfo('name'); ?> weblog archives
for <?php the_time('F, Y'); ?>.
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
You are currently browsing the "><?php echo bloginfo('name'); ?> weblog archives
for the year <?php the_time('Y'); ?>.
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
You have searched the "><?php echo bloginfo('name'); ?> weblog archives
for '<?php echo wp_specialchars($s); ?>'. If you are unable to find anything in these search results, you can try one of these links.
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
You are currently browsing the "><?php echo bloginfo('name'); ?> weblog archives.
<?php } ?>
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
- <h2>Archives</h2>
<?php wp_get_archives('type=monthly'); ?>
- <h2>Categories</h2>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
- <h2>Links</h2>
<?php } ?>
</div>