|
Well true like this
<select name=\"origcat\" style=\"font-size: 9pt; background: FFFFFF;\">
would be
<select name=\"origcat\" class=\"select\">
and then this in the css file
select {
background: 9pt;
font-family: Verdana, Helvetica, sans-serif;
color: #FFFFFF;
}
That would work. I think the apprehension here comes from the last suggestion you made which Michael took on your word without testing resulting in a horredous error on your part and a minor release the next day to revert the templates back as Michael stated.
|