This project is not covered by Drupal’s security advisory policy.

This module allows you to add surrounding HTML values to any CCK widget by determining prefix and suffix values.

Examples:

  • Adding of surrounding divs:
    prefix: <div id="my-special-field">
    suffix: </div>
  • Adding of a 'clearing' break when using floats:
    suffix: <span class="clear"></span>

Note: Although this module can be very useful in some cases, I don't think it's best practice to use it, as usually Drupal already comes with too much markup.

Project information

Releases