Please remove forced style width/height in openlibrary element
webel - September 14, 2009 - 03:19
| Project: | Book Post |
| Version: | 6.x-1.2-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The following line blocks theming:
$html_bookdata = '' . $html_coverimage . $html_text . '';
Could you please remove the forced element styles to permit CSS on id openlibrary.
BTW thanks for this very useful module.

#1
Oops: code chopped: should have previewed: should read:
$html_bookdata = '<div id="openlibrary" style="width:500px;height:275px;">' . $html_coverimage . $html_text . '</div>';#2
This will definitely be fixed in the next release. I'm hoping I can get something out in the next few weeks.