Big Button and Big Text

[code]

dhxList = new dhtmlXForm(“addf”,[
{type:“button”, name:“add”, value:“Create user for database”, command:“add”}
]);[/code]

at page i have text that different with my grid and tree and big button

Hello,

dhx_skyblue skin has the different font-size. Please have a look at the sample:

dhtmlx.com/docs/products/dht … indow.html

Probably you have set some css classes on your page that affects the form styles. Try the following:

<style> div.btn_txt { font-size: 11px; } </style>