• Since purchasing a laptop last week, which came loaded with Windows Vista as opposed to Windows XP on my pc, I notice that the second sidebar on my blog – divamaggie.com is out of whack.

    The far right sidebar should have the logo directly below the section entitled pages and directly above the section entitled Weather at the top right of the page. I’m hoping by posting the small section of coding for the area in question, might help someone to see what might be wrong. I would really appreciate your help.

    <div id="sidebar-2" class="sidebar">
    <ul>
     <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
    	<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
    
    	<?php endif; ?>
    </ul>
    
    </div>
    <div id="logo" class="sidebar">
    			<a href="<?php echo get_settings('home'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images_fresh/logo.gif" alt="Diva Maggie dot com" /></a>
    
    <br>
    <br>
    <br>
    <br>
    </div>
    
    <div id="sidebar-2" class="sidebar">
    
    <ul>
    <li>
    <h2>Weather</h2></br><br>
  • The topic ‘script’ is closed to new replies.