CSS Issue
-
I’m trying to have my the line image placed under the Links heading…anyone know how to resolve.
‘ <div id=”sidebar”>
- <h2>Home
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>
<h2><?php _e(‘Pages’); ?>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>-
<?php wp_list_pages(‘exclude=215,25,89,90,91,92,93,94,95,96,97,98,99,18,7,8,9,10&title_li=<h2></h2>’ ); ?>
<h2><?php _e(‘Categories’); ?>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>-
<?php wp_list_cats(‘exclude=5,7,8,9’);?>
<h2>Calendar<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>
<br>
<img src=”images/calendar.gif”>
<br>
Check out our Photo Gallery<h2><?php _e(‘Archives’); ?><br/>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>-
<?php wp_get_archives(‘type=monthly&limit=3’); ?>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<ul<?php get_links_list(); ?>
<h2><?php _e(‘Meta’); ?>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
<?php wp_meta(); ?>
</div>
‘
- <h2>Home
- The topic ‘CSS Issue’ is closed to new replies.