mono space type face in a text box

I want to use the mono spaced text in a text box. When I change the style settings and run under the application server it seems to work, but when I deploy the application to Tomcat 5.5 the text field is blank. Is there some setting either in Tomcat or in Studio Creator to fix
[297 byte] By [RonL] at [2007-11-26 11:19:36]
# 1

Hi,

I just tried this against a Tomcat 5.5.17 and it displayed and showed mono for me. I set the style property this way from the designer for each component: style->Font-> , then I highlight selected "Courier New', Courier, monospace, pressed Edit and moved monospace up in the selection so that the FontFamily would then read "monospace" first. This should be reflected both in the CSS style below, and in the style preview, as well as in the .jsp. I tested both static text and textfield components from the Basic group. and Standard group.

If this still does not work for you, is your component on the designer screen displayed as selected, i.e. has 6 move handles (or 4 signifying it is still in edit mode)? Make sure it is still not in edit mode.

/krys

Creator Team

3431603 at 2007-7-7 3:34:51 > top of Java-index,Development Tools,Java Tools...
# 2
I got it to work now. Thanks for the tips.
RonL at 2007-7-7 3:34:51 > top of Java-index,Development Tools,Java Tools...