on this site (http://example.com/wordpress/), I want to get my widgets (depicted as "Text Widget Test 1" and "Text Widget Test 2") to be styled just like the ADVERTISING and FOLLOW OUR UPDATES sidebar sections where they have a the curved corners.
please advise how i edit the php in the "sideb" div at the top of my sidebar.php file to get it to look like this, and match the other sidebar items?
and i dont know if it helps, or is related, but there's a section of code in my functions.php file that i think is related:
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '<li class="widget">',
'after_widget' => '</li>',
'before_title' => '<h2 class="widget">',
'after_title' => '</h2>',
));
?>
[edited by: eelixduppy at 8:45 pm (utc) on Apr 28, 2010]
[edit reason] no URLs, please. See Charter [/edit]