ID #4 (Previous | Next)
POST request to: admin/config/content/formats/filtered_html
Ending URL: http://www.candidity.co.uk/drupal/tb_sirate/admin/config/content/formats/filtered_html
Fields: <?php array (
  
'name' => 'Filtered HTML',
  
'roles[1]' => '1',
  
'roles[2]' => '2',
  
'roles[3]' => '3',
  
'filters[filter_html][status]' => '1',
  
'filters[filter_html_escape][status]' => '1',
  
'filters[filter_autop][status]' => '1',
  
'filters[filter_url][status]' => '1',
  
'filters[filter_htmlcorrector][status]' => '1',
  
'filters[filter_html_escape][weight]' => '-10',
  
'filters[filter_url][weight]' => '0',
  
'filters[filter_html][weight]' => '1',
  
'filters[filter_autop][weight]' => '2',
  
'filters[filter_htmlcorrector][weight]' => '10',
  
'filters[filter_html][settings][allowed_html]' => '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd>',
  
'filters[filter_html][settings][filter_html_help]' => '1',
  
'filters[filter_url][settings][filter_url_length]' => '72',
  
'filter_settings[filter_settings__active_tab]' => '',
  
'form_build_id' => 'form-P41VbuoSVYqOOcf5fWbJCegycHtPuJcazZ35YTuiId4',
  
'form_token' => 'QMAzFy4pHXyQryBRNZixrvsPvjaNKTYdHoiw8mEoD2k',
  
'form_id' => 'filter_admin_format_form',
  
'op' => 'Save configuration',
)

Filtered HTML | Drupal

Status message

The text format Filtered HTML has been updated.

Filtered HTML

A text format contains filters that change the user input, for example stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be re-arranged.

 
A unique machine-readable name. Can only contain lowercase letters, numbers, and underscores.
Display any HTML as plain text
Convert URLs into links
Limit allowed HTML tags
Convert line breaks into HTML (i.e. <br> and <p>)
Correct faulty and chopped off HTML

Vertical Tabs

Limit allowed HTML tags
A list of HTML tags that can be used. JavaScript event attributes, JavaScript URLs, and CSS are always stripped.
Convert URLs into links
characters
URLs longer than this number of characters will be truncated to prevent long strings that break formatting. The link itself will be retained; just the text portion of the link will be truncated.