Style Name Description
portlet-icon-label The label for an image button (i.e. <input type="image">)

Example:

HTML Code Display

<form action="form_action.asp" method="get"> 
    <p>
      User name: 
      <input type="text" name="fname" /> 
      <br />
      
      Password: 
      <input type="text" name="pswd" /> 
      <br />
      
      <input class="portlet-icon-label" type="image" 
             src="../../images/function_icon_set/24x24/arrow_right_green_24.png" 
             alt="Login"/>
    </p>
</form> 
                

User name:
Password: