I have a wordpress blog and am wanting to put the youtube subscribe widget in the widgets bar. The only thing is that it is really ugly :(
It is an iframe so I cant change the CSS easily but I think maybe I can do it with jQuery?
<iframe id="fr" src="http://www.youtube.com/subscribe_widget?p=[add YouTube Username here]" style="overflow: hidden; height: 105px; width: 300px; border: 0;" scrolling="no" frameBorder="0"></iframe>
I just want to get rid of the black border really.
would love some help. Thanks