Bram,
I haven't done this myself, but I've seen others do it.
Go to your WebServer procedure, choose extensions, select "Net Talk ..." object, Settings, Buttons.
Here is the list of predefined buttons and styles.
Under properties each button has a "Button Class". Most of the buttons are set by default to use 'MainButton' or 'SmallButton'.
This refers to styles in your WEB\STYLES\* folder.
Find the style here e.g.
.MainButton {
width: 80px;
height: 26px;
margin: 3px 1px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
cursor: pointer;
padding: 0px;
}
and then alter the width/height.
Note - I suggest you create a new button class.
LargeButton, XLButton, XXLbutton, with each class having different width/height.
There may be other ways as well.
Regards,
Alan