[quote]
<div class="first-entry textImage">
[/quote]
Isn't that pretty much what extras or promos areas are doing for their
components (except they are setting numbers in ID's of components rather then
class attribute). You might want to check how it's done there if default impl
is not enough for you.
[code]<div id="promos">
<div class="promo" id="promo-1">
...
</div><!-- end promo -->
<div class="promo" id="promo-2">
...
</div><!-- end promo -->
<div class="promo" id="promo-3">
...
</div><!-- end promo -->
</div><!-- end promos -->
[/code]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=906445c8-812e-439d-82e4-5f1991c8cf77
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------