Re: Changing text fonts and creating hyperlinks

2007-10-17 Thread Randy Kobes
On Wed, 17 Oct 2007, Loo, Peter # PHX wrote: Hi, I was wondering how I would go about changing the color of text (APPEND and TRUNCATE) for the following code: radio_group(-name=>'loadType', -values=>['APPEND', 'TRUNCATE'], -default=>'APPEND'), hr, submit("$su

Changing text fonts and creating hyperlinks

2007-10-17 Thread Loo, Peter # PHX
Hi, I was wondering how I would go about changing the color of text (APPEND and TRUNCATE) for the following code: radio_group(-name=>'loadType', -values=>['APPEND', 'TRUNCATE'], -default=>'APPEND'), hr, submit("$submit"), hr, end_form(); In ad