Harring Figueiredo wrote:
<guess>
Here it goes, without testing. I think that the HTML generated is slightly
different so that you
may apply different CSS style sheets to it.
</guess>


Bingo.  That is exactly the reason for the two.  Direct from my style sheet:

span.actionMessage {
   background-color: LightGreen;
   border: 1px;
   width: 100%;
   font-family: sans-serif;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 1px;
   padding-bottom: 1px;
   border-color: #000;
   border-width: 1px;
   border-style: solid;
}

span.errorMessage {
   color: Black;
   background-color: Pink;
   border: 1px;
   width: 100%;
   font-weight: normal;
   text-align: left;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 1px;
   padding-bottom: 1px;
   border-color: #000;
   border-width: 1px;
   border-style: solid;
}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to