hey folks,
So im integrating this Twitter widget into xhtml.
( http://help.twitter.com/forums/10711/entries/15354 )
The code is:
<dl id="twitter_update_list"></dl>
...then a couple lines of javascript.
My problem is that I can't figure out how to get any space between the list items. All i need are a couple br tags in between each item.
Im assuming i can css style the dl somehow without conflicting with the already established twitter class?
Any ideas? Just need a solution. Thanks!