views:

276

answers:

2

How can I fix the view of this twitter on my blogger blog.

Here it is the widget page: http://twitter.com/goodies/widget%5Fprofile

Here it is how it ends looking on the blog (not rounded corners, misplaced names and images): http://my2hours.blogspot.com/

+1  A: 

You seem to be missing some of the code they give you. You need to have the line with widget.css to get the styling.

Sam DeFabbia-Kane
+1  A: 

Looks like your widget's css file is not pulling through. You could try adding

<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet">

in the head section of your site.

mozami