Display Normal Messages
CSS Classes Used for Displaying Normal Messages
| CSS Class Name | HTML elements on which it is applied | Properties defined |
|---|---|---|
| msgLeftTD | TD | font-family : geneva,arial,helvetica;
font-size : 11px; font-weight : normal; color : #000000; text-align : left; vertical-align: top; padding-top: 1px; |
| msgRightTD | TD | font-family : geneva,arial,helvetica;
font-size : 11px; font-weight : normal; color : #000000; text-align : Right; vertical-align: top; padding-top: 1px; |
| resultRightTD | TD | font-family : geneva,arial,helvetica;
font-size : 11px; font-weight : normal; color : #000000; text-align : Right; vertical-align: top; padding-top: 1px; |
| resultLeftTD | TD | font-family : geneva,arial,helvetica;
font-size : 11px; font-weight : normal; color : #000000; text-align : Left; vertical-align: top; padding-top: 1px; |
Copyright © Cloud Software Group, Inc. All rights reserved.
