I have a text widget at the end of my blog. The code (see below) is provided by the Goodreads website, a social networking site for readers. For some unknown reason, it never appears as it should. The book covers should appear in a tight rectangular group, not listed vertically. Plus, there are bits of code that mysteriously appear as well. Is this a problem with Goodreads or with WordPress' text widget? Can you tell how to fix this?
Here's the code (I'm a user, not a programmer...I just cut and paste this stuff).
`
<style type="text/css" media="screen">
.gr_grid_container { /* customize grid container div here. eg: width: 500px; */ }
.gr_grid_book_container { /* customize book cover container div here */
float: left;
width: 39px;
height: 60px;
padding: 0px 0px;
overflow: hidden;
}
</style>
<div id="gr_grid_widget_1323229219">
<!-- Show static html as a placeholder in case js is not enabled - javascript include will override this if things work -->
<h2>
Ken's Books
</h2>
<div class="gr_grid_container">
<div class="gr_grid_book_container"><img alt="The Reason for God: Belief in an Age of Skepticism" border="0" src="http://photo.goodreads.com/books/1210345886s/1858013.jpg" /></div>
<div class="gr_grid_book_container"><img alt="On the Reliability of the Old Testament" border="0" src="http://photo.goodreads.com/books/1172339368s/165002.jpg" /></div>
<div class="gr_grid_book_container"><img alt="The Pentateuch: An Introduction to the First Five Books of the Bible" border="0" src="http://photo.goodreads.com/books/1178476498s/798223.jpg" /></div>
<div class="gr_grid_book_container"><img alt="The Old Testament : An Introduction" border="0" src="http://ecx.images-amazon.com/images/I/519uTQy4PwL._SL75_.jpg" /></div>
<div class="gr_grid_book_container"><img alt="The Documentary Hypothesis" border="0" src="http://photo.goodreads.com/books/1176121486s/594466.jpg" /></div>
<div class="gr_grid_book_container"><img alt="Introduction to the Old Testament As Scripture" border="0" src="http://photo.goodreads.com/books/1177010415s/673648.jpg" /></div>
<div class="gr_grid_book_container"><img alt="Introduction to the Old Testament" border="0" src="http://photo.goodreads.com/books/1267832294s/3172384.jpg" /></div>
<div class="gr_grid_book_container"><img alt="Paul: His Life and Teaching" border="0" src="http://photo.goodreads.com/books/1188695137s/1813699.jpg" /></div>
<div class="gr_grid_book_container"><img alt="The Old Testament: An Introduction" border="0" src="http://photo.goodreads.com/books/1266652381s/2226972.jpg" /></div>
<br style="clear: both"/>
Ken Honken's favorite books »
<noscript>
Share book reviews and ratings with Ken, and even join a book club on Goodreads.</noscript>
</div>
}
</div>
<script src="http://www.goodreads.com/review/grid_widget/7125155.Ken's%20Books?cover_size=small&hide_link=&hide_title=&num_books=20&order=a&shelf=read&sort=date_added&widget_id=1323229219" type="text/javascript" charset="utf-8"></script>
'
Thanks!
The blog I need help with is kenhonken.wordpress.com.