I've made text widget on right sidebar and have inserted object tag inside it to show flash animation. Code is:
<object width="225" height="150"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="SRC" value="bookmark.swf">
<embed src="baner.swf" width="225" height="150"></embed>
</object>
It looks like:
Like you can see there is no white space in calendar widget, just in text widget.
How to remove this white space at the bottom of text widget?
Or I have to make my own widget and to style it with css?
