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

Releases