left and right
alexandreracine - September 6, 2006 - 02:31
| Project: | Insert Block |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
It would be nice if we could jam the bloc to the right or the left.
Here is an example : http://www.eds.com/services/securityandprivacy/
The "Executive Overview" bloc is on the right side.

#1
alexandreracine,
By design, the insert_block module inserts only the contents of a block, and none of the div tags one gets when the block module serves up blocks.
The contents of some blocks, it may be desirable to have spanning the width of the content area. Others, it may be that being able to float them to the left or right is preferable. This, however, should be left up to the individual inserting the blocks into the page, and is part of the simplicity and flexibility insert_block strives to achieve.
For more elaborate layouts with blocks, views and nodes, you might find the Panels module of interest: http://drupal.org/project/panels.
Thank you for the thoughts!
mlsamuelson