NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on April 29, 2009, 05:34:32 AM

Title: FormPromt class changed?
Post by: Alberto on April 29, 2009, 05:34:32 AM
Hi,
In PR34, I was using:

GOC:ExamText = '<span class="FormPrompt">Weight: </span>'&ECLI:WEIGHT&|
                           '<span class="FormPrompt"> Height: </span>'&ECLI:HEIGHT&|
                           ........

This were displaying as:

Weight: 84 k Height: 174 c Resp.: 0

Now in PR35 its displaying as:

Weight: 84 k
           Height: 174 c
                     Resp.: 0

Any change on the Promt class?

Alberto
Title: Re: FormPromt class changed?
Post by: Bruce on May 01, 2009, 03:12:24 AM
yes, it's had some stuff changed, and particularly   float: left;

If all you want to do is bold the font then use the Bold style rather.

Cheers
Bruce