Posted by webel on September 14, 2009 at 3:19am
Jump to:
| Project: | Book Post |
| Version: | 6.x-1.2-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#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.