How to insert a header for your widgets
When a widget is added to your TypePad weblog, TypePad automatically wraps the widget in a little HTML to assist in styling and your widget's layout. However, a widget developer recently pointed out that by wrapping the widget in this way, they were unable to insert an HTML H2 header in the proper location so as to make the widget's header appear identical to the other headers in the user's sidebar.
To circumvent this little nuance, Walt wrote a little Javascript that can be included in your widget code that inserts a module header in the proper location within the page:
This script above builds a `module-header` H2 and inserts it before anything else in the `widget-iWalt_com_netflix` DIV.
