Style Name Description
portlet-msg-info Indicates general extra information such as field level help or inform the user about something relevant.

Examples:

Tag HTML Code Display
<p>

<p class="portlet-msg-info">
    Please enter the name exactly as it appears 
    on the credit card.
</p>
                

Please enter the name exactly as it appears on the credit card.

<div>

<div class="portlet-msg-info">
    Please enter the name exactly as it appears
    on the credit card.
</div>
                
Please enter the name exactly as it appears on the credit card.
<span>

<span class="portlet-msg-info">
    Please enter the name exactly as it appears 
    on the credit card.
</span>
                
Please enter the name exactly as it appears on the credit card.