Problem with sidebar library item/table

Hi - I have a website here: www.astrodynamics.net

It was working fine, and then suddenly the sidebar started appearing as a fixed width that is out of proportion to the site.

any ideas?

thanks so much,
Lynn

The profile image is failing to load in the Facebook Fan Badge widget that you have at the bottom of the sidebar, causing the alt text “Astrodynamics: Lynn Hayes on the web” to be displayed (some browsers will wrap this text, others not) consequently forcing the width of both widget and sidebar td.

I don’t know why the image is not loading. You could try grabbing the code from Facebook again and replacing it, or try a different widget. As a temporary fix you could add a specified width to the existing inline styles of the img element. The example below employs a width of 60px.

<img src="http://www.facebook.com/profile/pic.php?oid=AAAAAQAQYm7yzZdnixwrWm5-TytpYgAAAAxU0AjouPrAHuiRxK8MUFRN&amp;size=square" style="border: 0px;margin: 0px;padding: 0px;width: 60px;" alt="Astrodynamics: Lynn Hayes on the web">

Thanks! I deleted the Facebook fan badge and now all is well. :smiley: