Edit Style and Class

You can define style and class attributes for most toolbox and tasks elements by right-clicking the element after you add it to the canvas.

Keep in mind that style and class must be defined in a CSS file that is available on your web server and linked with the <head> tag of a template.
  1. Right-click an element after you add it to the canvas.
  2. Select Edit Style for <element type> element.
  3. Enter field information.

    Edit Style Window

    Field Description

    Class

    Enter any class name you want to assign to the element in this field. You must define the class in your HTML content by either using the <style> tag to define the class inline, or posting the class in a CSS file on your web server and referencing it with the <link> tag.

    Note: Because few third-party mail clients consistently support CSS, you should use style attributes instead of CSS for content included in mailings or surveys.

    Style

    Enter any style attributes you want to assign to the element in this field. Style attributes define how the text appears, such as color and font (for example, color: red; font-weight: bold; font-style: italic).

  4. Click OK to apply the attributes.