Message Boxes

Success
This is a sample of the 'success' style message box shortcode. To use this style use the following shortcode
[message type="success"]Your message...[/message]
Error
This is a sample of the 'error' style message box shortcode. To use this style use the following shortcode.
[message type="error"]Your message...[/message]
Warning
This is a sample of the 'warning' style message box shortcode. To use this style use the following shortcode.
[message type="warning"]Your message...[/message]
Info
This is a sample of the 'info' style message box shortcode. To use this style use the following shortcode.
[message type="info"]Your message...[/message]
About
This is a sample of the 'about' style message box shortcode. To use this style use the following shortcode.
[message type="about"]Your message...[/message]
Simple
This is a sample of the 'simple' style message box shortcode.
[message type="simple" bg_color="#f3f3f3" color="#111111"]Your message...[/message]
Pre Formatted
This is a sample of the 'Pre Formatted' style box.
<pre>Your text...</pre>
Custom – Default
This is a sample of the ‘Custom – Default’ style box.
[message type="custom"]Your message.[/message]
Custom – Gradient
This is a sample of the ‘Custom – Gradient’ style box.
[message type="custom" start_color="#faffd2" end_color="#d2dd72" border="#a8b444" color="#798420"]Your message.[/message]
Custom – Gradient with size and alignment
This is a sample of the ‘Custom – Gradient with size and alignment’ style box.
[message type="custom" width="50%" align="center" start_color="#ffeeaa" end_color="#ffa04c" border="#e06b04" color="#9c4d07"]This is a sample of the 'Custom - Gradient with size and alignment' style box.[/message]

Attributes:
align: left, center, right