Basic formatting options for images and links

A graphical interface is available to configure common HTML attributes that define the appearance and behavior of images and links in email and landing pages.

Preview the communication to see the effect of changes that you make to the link or image attributes.

The following units are valid for height, width, border, and font size. Some attributes are appropriate only for links.

  • Px: pixels
  • Em: Multiple of the current font size. 1 em equals the current font size. 2 em is twice the current font size.
  • Pt: points
  • Ex: x-height of the current font (typically half of the current font size)
  • Cm: centimeters
  • In: inches
  • Mm: millimeters
  • Pc: picas

You cannot specify % as a size unit.

Basic attributes for images and links

Attribute Description Example

Height

Enter a number to specify the height of the image. Note the valid values.

Do not include a space between the value and the unit of measure.

height:100px

Width

Enter a number to specify the width of the image. Note the valid values.

Do not include a space between the value and the unit of measure.

width:3in

Class

Enter a class name.

class="droppable"

Border

Enter a number. Note the valid values. Default is 0px.

You must enter a color, thickness, and border style.

border:Red 2px Dashed

Style

Displays the inline style for the image or link. Attributes that are used to define inline styles, such as height, width, and border, are populated automatically as you define them.

style="border:blue 3px dashed; height:100px;width:100px"

Tooltip

Defines the Title attribute. Enter text to display when the recipient places the cursor over the image.

"Special offer"

Color

Specify the color of the text. Links only.

Enter the text or hexadecimal value for the color.

color:DarkGreen

color:#006400

Background

Specify the color of the background for the text link. Background is a basic attribute for links. You can define background as an advanced attribute for images.

Enter the text or hexadecimal value for the color.

background:ivory

background:#FFFFF0

Font Size

Size of the text as it displays in the email or landing page. Note the valid values. Links only.

Do not include a space between the value and the unit of measure.

font-size:14pt

Font Family

Specify the font that is used to display the text in the email or landing page. Links only.

font-family:arial