View Single Post
Old July 16th, 2004, 04:17 PM   #6 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,770
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote