Is it possible to have no formatting at all on a label field? If I place a field on a page and let it only display the label, this HTML is added:
Code: Select all
<div class="CTID-354-_ eb-354-Override-Field " style="display:inline-block;zoom:1;*display:inline;">
<div class="eb-354-Override-Label " style="display:inline-block;zoom:1;*display:inline;"><label for="CTID-41-_-A">Telefoon</label></div>
</div>
Code: Select all
<label for="CTID-41-_-A">Telefoon *</label>
An example is below:

The first field has the label als HTML and an ebase field with only the editor selected. This has the correct layout.
The second field, has the label and editor from an ebase field (as two controls). Here the layout is incorrect.
The problem occurs with the two added div's. The second part of the example is 1 HTML control based on the Ebase output of the first part, but with the div's removed to test if they are indeed the problem.
I could ofcourse just add the labels in HTML, but I would like to be able to set 'Presentation > Lable for' for these labels in the designer.
I hope my question is (a bit) clear

Regards,
David