NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 15, 2012, 01:10:28 PM

Title: How to change the width of the browse buttons in only one proc?
Post by: Alberto on February 15, 2012, 01:10:28 PM
Hi,
I know I can modify the .Mainbutton width in the CSS but what if I need to do it in one only procedure?
Idem question form the button texts.
Thanks!
Title: Re: How to change the width of the browse buttons in only one proc?
Post by: bruce2 on February 15, 2012, 08:23:42 PM
You know how to change the text on a button on one proc -
ie as you do for the login procedure.

Well you do the same for the browse buttons - only you set the CSS class instead of the text. If you want to change multiple buttons the you'll set the class for multiple buttons.

Cheers
Bruce
Title: Re: How to change the width of the browse buttons in only one proc?
Post by: Alberto on February 16, 2012, 03:24:42 AM
Ok for the texts but how do I change the class?
PLease a line of code...
THanks