The no_field_markup module is a small module which removes the div-elements around each field on output. In addition, it kicks away the label too.
Have a look of this example:
<div class="field field-name-field-firstname field-type-text field-label-above">
<div class="field-label">Firstname:</div>
<div class="field-items">
<div class="field-item even">Dan</div>
</div>
</div>is now simply:
Dan
thank to this module, you have now a smarter domtree and as a "hardcore" themer, more flexibility.
Supporting organizations:
Project information
Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools, Site structure
170 sites report using this module
- Created by moertle on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.


