No Field Markup

Component ID

1744508

Component name

No Field Markup

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2378

Component created

Component changed

Component body

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.