seems like it's not rendered somehow... ? I've attached a picture just to make it clearer..
And would it be possible for labels not being part of the requirements when adding components? If it's not then okay since one could always hide it using CSS.
| Comment | File | Size | Author |
|---|---|---|---|
| missing_markup_label.jpg | 52.97 KB | ass45sin |
Comments
Comment #1
quicksketchMarkup elements don't have titles in Drupal, afaik. Nor do they have the
<div class="form-element"></div>wrapper around them, both the label and wrapper are added by theme_form_element, which markup elements are exempt from. If you need the label, you can emulate it by entering in all the HTML for a label:Comment #2
ass45sin commentedAh.. okay then.. I thought it was a bug.. thanks quicksketch for the quick answer :)) Appreciate it
Ed