On Sun, 17 Mar 2002, Matthew Harrison wrote: > i have been told that i can use HTML::Template to change the background > color of text boxes and the like in forms. is this true and
You can use CSS to do all sorts of ugly things with text-boxes. You can use HTML::Template to output CSS. So, yes, I suppose you can. > if so, could someone show me how?? You should buy a CSS book and look up the various properties of the textbox element. Or look it up on the web - I seem to remember there were a number of good online CSS dictionaries. -sam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
