Title: markbm's Replies | WordPress.org

---

# markbm

  [  ](https://wordpress.org/support/users/markbm/)

 *   [Profile](https://wordpress.org/support/users/markbm/)
 *   [Topics Started](https://wordpress.org/support/users/markbm/topics/)
 *   [Replies Created](https://wordpress.org/support/users/markbm/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/markbm/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/markbm/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/markbm/engagements/)
 *   [Favorites](https://wordpress.org/support/users/markbm/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: CSV Importer] Some problems with this great plugin](https://wordpress.org/support/topic/plugin-csv-importer-some-problems-with-this-great-plugin/)
 *  [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-csv-importer-some-problems-with-this-great-plugin/page/2/#post-1176906)
 * Hello Dvkob,
 * Thanks for the great plugin. I’m getting the same “Invalid CSV file: header length
   and/or row lengths do not match.” error on import.
 * Would you be so kind as to take a look at my csv at:
 * online-training-portal.com/sample4.zip
 * I really appreciate it…
 * Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Enhanced WP Contact Form] Were do I add the CSS code he suggests](https://wordpress.org/support/topic/plugin-enhanced-wp-contact-form-were-do-i-add-the-css-code-he-suggests/)
 *  [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-enhanced-wp-contact-form-were-do-i-add-the-css-code-he-suggests/#post-947847)
 * Is there a css fix to make form look the same in firefox as well?
 * Thanks very much,
 * Mark
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar image not showing up](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/)
 *  Thread Starter [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/#post-240150)
 * I will…Thank you again for your help…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar image not showing up](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/)
 *  Thread Starter [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/#post-240147)
 * THAT WORKED!!! Great! Sorry for the newbie CSS question but what does the “#”
   sign do?
 * Thank you again…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar image not showing up](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/)
 *  Thread Starter [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/#post-240123)
 * Thank you very much….
 * I’ve been moving `<div id="sidebar_bottom">' around in this file and nothing 
   seems to work. Found the place where the sidebar_bottom css/image reference is
   being called from in the header.php file:`
 *  <style type=”text/css” media=”screen”>
 *  body { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/bg.
   gif”); border: none; }
    #header { background: url(“<?php bloginfo(‘stylesheet_directory’);?
   >/images/header_home-equity.jpg”) no-repeat bottom center; border: none; } #footer{
   background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/footer.gif”)
   no-repeat top center; border: none; } #sidebar { background: url(“<?php bloginfo(‘
   stylesheet_directory’); ?>/images/sb_top.gif”) no-repeat top left; border: none;}
   sidebar_bottom { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/
   images/sb_bottom.gif”) no-repeat top left; border: none; } .sb_header { background:
   url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif”) no-repeat top
   left; border: none; } </style> ` I've checked and the sb_bottom.gif image is 
   in the images subdirectory... I'm at a loss.. The developer of this theme seems
   to have left to join the army and is no longer around... Theme files can be found
   at [http://www.aamukaste.org/wpthemes/](http://www.aamukaste.org/wpthemes/)`
 * Anyone know any tricks to look for that might be causing this issue with this
   particular “boredom” theme??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar image not showing up](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/)
 *  Thread Starter [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/#post-240072)
 * thank you for your assistance…. i will try out the ff web dev toolbar…
 * very strange, though, since it was working/displaying fine until i added additional
   sections to the sidebar (i.e. “Syndicate”, “Other Info”, etc).. I’m wondering
   if I just have the “sidebar_bottom” div located in the wrong place??? Here is
   the code for my entire sidebar.php page:
 * `<div id="sidebar">`
 *  <ul>
    <li><h2><?php _e('Categories'); ?></h2> <ul> <?php list_cats(0, '', 'name','
   asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?> </ul> </li>
 *  <li> <div class="sb_header"><h2><?php _e('Archives'); ?></h2> </div>
    <ul> <?
   php wp_get_archives('type=monthly'); ?> </ul> </li>
 *  <li>
    <?php include (TEMPLATEPATH . '/searchform.php'); ?> </li>
 * <div align=center>
    <script type="text/javascript"><!-- google_ad_client = "pub-
   8671788577252874"; google_ad_width = 160; google_ad_height = 600; google_ad_format
   = "160x600_as"; google_ad_type = "text"; google_ad_channel =""; google_color_border
   = "9ED063"; google_color_bg = "FFFFFF"; google_color_link = "3382AC"; google_color_url
   = "008000"; google_color_text = "000000"; //--></script> <script type="text/javascript"
   src="[http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt](http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt);
   </script> </div>
 *  <?php $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories");
   
   foreach ($link_cats as $link_cat) { ?> <li id="linkcat-<?php echo $link_cat->
   cat_id; ?>"><div class="sb_header"><h2><?php echo $link_cat->cat_name; ?></h2
   ></div> <ul> <?php wp_get_links($link_cat->cat_id); ?> </ul> </li> <?php } ?>
   <li><div class="sb_header"><h2><?php _e('Article Library'); ?></h2></div>
 *  <ul>
 *  <?php wp_list_pages('sort_column=menu_order&title_li='); ?>
 *  <!--
 *  <?php wp_register(); ?>
    <li><?php wp_loginout(); ?></li>
 *  -->
 *  <?php wp_meta(); ?>
    </ul> </li>
 *  <li> <div class="sb_header"><h2><?php _e('Syndicate'); ?></h2> </div>
    <ul> 
   <div align=center> <!-- RSS 2.0 Feed --> <a href=http://www.MoneyTalks-BSWalks.
   com/feed/rss2/><img src=http://www.MoneyTalks-BSWalks.com/images/addrss20.gif
   border=0></a><br> <!-- RSS 1.1 Feed --> <a href=http://www.MoneyTalks-BSWalks.
   com/feed/rss/><img src=http://www.MoneyTalks-BSWalks.com/images/addrss11.gif 
   border=0></a><br> <!-- Atom Feed --> <a href=http://www.MoneyTalks-BSWalks.com/
   feed/atom/><img src=http://www.MoneyTalks-BSWalks.com/images/addrssATOM.gif border
   =0></a><br> <!-- NewsGator Feed --> <a href="[http://www.newsgator.com/ngs/subscriber/subext.aspx?url=%5Bhttp://www.MoneyTalks-BSWalks.com/feed/rss2/%5D"><img](http://www.newsgator.com/ngs/subscriber/subext.aspx?url=%5Bhttp://www.MoneyTalks-BSWalks.com/feed/rss2/%5D"><img)
   src="[http://www.newsgator.com/images/ngsub2.gif&quot](http://www.newsgator.com/images/ngsub2.gif&quot);
   alt="Subscribe in NewsGator Online" border="0"></a> <!-- BlogLines Feed --> <
   a href="[http://www.bloglines.com/sub/http://www.MoneyTalks-BSWalks.com/feed/rss2/"&gt](http://www.bloglines.com/sub/http://www.MoneyTalks-BSWalks.com/feed/rss2/"&gt);
   <img src=http://www.MoneyTalks-BSWalks.com/images/addtobloglines.gif border=0
   > </a> <br> <!-- myYahoo Feed --> <a href="[http://add.my.yahoo.com/content?url=http%3A//www.MoneyTalks-BSWalks.com/feed/rss2/"><img](http://add.my.yahoo.com/content?url=http%3A//www.MoneyTalks-BSWalks.com/feed/rss2/"><img)
   src="[http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif&quot](http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif&quot);
   width="91" height="17" border="0" align=middle alt="Add to My Yahoo!"></a><br
   > <!-- myMSN Feed --> <a href=http://my.msn.com/addtomymsn.armx?id=rss&ut=http://
   www.MoneyTalks-BSWalks.com/feed/rss2/&ru=http://www.MoneyTalks-BSWalks.com/><
   img src=http://www.MoneyTalks-BSWalks.com/images/addtomymsn.gif border=0></a>
   <br> <!-- Feedster Feed --> <a href=http://www.feedster.com/myfeedster.php?action
   =addrss&rssurl=http://www.MoneyTalks-BSWalks.com/feed/rss2/><img src=http://www.
   MoneyTalks-BSWalks.com/images/addtomyfeedster.gif border=0></a><br> <!-- Feedburner
   Feed --> <a href="[http://feeds.feedburner.com/MoneyTalksAndBsWalks&quot](http://feeds.feedburner.com/MoneyTalksAndBsWalks&quot);
   title="Subscribe to my feed"><img src="[http://www.feedburner.com/fb/images/pub/fbapix.gif&quot](http://www.feedburner.com/fb/images/pub/fbapix.gif&quot);
   alt="" style="border:0"/></a>
 *  </div>
    </ul> </li>
 *  <li> <div class="sb_header"><h2><?php _e('Other Info'); ?></h2> </div>
    <ul>
   <div align=center> <a href="/subscribe.php">Sign up for email notifications whenever
   my blog is updated!</a> <!-- <a href=http://moneytalks-bswalks.com/contact-the-
   moneytalks-bswalks-staff/>Contact Us</a><br> -->
 *  </div>
 *  </ul>
    </li>
 *  </ul>
 *  </div>
 * <div id="sidebar_bottom">
 *  </div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar image not showing up](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/)
 *  Thread Starter [markbm](https://wordpress.org/support/users/markbm/)
 * (@markbm)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-image-not-showing-up-1/#post-240068)
 * It seems to be created by css… from the style.css file:
 * `#sidebar_bottom {
    margin: -20px 0 0 490px; width: 194px; height: 47px; } ‘

Viewing 7 replies - 1 through 7 (of 7 total)