Hi, Please help me with that stupid problem. I want to setup for this website: http://windows7design.com/ In most of Widgets i use 'text' widget and there put code inside, for example: <!-- POPULAR --> <h1><img src="http://windows7design.com/wp-content/themes/windows7_theme/images/icons/star.gif" width="19" height="18" alt="" /> Popular themes</h1> <div class="popular"> <ul> <?php get_most_rated(); ?> </ul> </div> And titles (h1) with icons looks great. Now with two new plugins (widgets) i want to add titles (h1) to them, one plugin is showing random images (left sidebar), second one is showing images from flickr (right sidebar) but this time i don't use text widgets and put code manually i just use default widgets with options there is 'title' field when i can put text, BUT THIS TEXT WILL NOT BE FORMATTED IN THE WAY I WANT (NO H1) tag for it for example how to fix that ? See image
I found this tutorial ... but still i can't style those two widgets: http://rubiqube.com/wordpress-tutorial-customizing-widgets-using-css/
I didn't find answer for those two plugins: http://www.district30.net/random-image-widget http://www.district30.net/photo-sidebar-widget-version-20 using this tutorial: http://rubiqube.com/wordpress-tutorial-customizing-widgets-using-css/ and trying to put plugins php code on text widgets (it won't show) so i make stupid thing and tried to make it look with stupid solution: http://windows7design.com/ you can see it in left sidebar