alanft,
Sorry for the late reply.
I don’t understand how to use the code and link you provided. In my functions.php file I’ve got the following.
if ( function_exists('register_sidebar') )
register_sidebars(2, array(
'before_widget' => '<div class="widget1">',
'after_widget' => '</div><!--widget1-->',
'before_title' => '<h3 class="shortsifr">',
'after_title' => '</h3>',
));
What do I do with the code you provided.
Thank you for your help.