I would like to create WP sidebar widget similar to this
one:
As you can see its fully graphic and I want it to keep style regardless of WP theme installed.
How can I do that within WP ?
I mean to remove H tags or other unneeded tags for this particular widget ?
Start here: http://justintadlock.com/archives/2009/05/26/the-complete-guide-to-creating-widgets-in-wordpress-28
Next: http://divitodesign.com/css/style-wordpress-widgets-with-css/
In order the have the widget’s style be theme neutral, you’ll need to set or load the css within the widget function, so your specific selectors and graphics would be universally applied.