If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I have the bitmap splash image and need place there 2 buttons, just outlined rectangles with text inside (plain butons). ( i would preffer to create buttons with program that will use this bitmap, as command buttons in dialog box, but its not possible here).
So, i want know details how to make it: i.e. to set button size, border thickness & color, how to write/center text inside, how to fill buttons with color, and how to align buttons on required place. All this need be done on this bitmap. Photoshop 7.
The most "compliant" way to achieve this would probably be to use CSS. All the parameters you mentioned can be supplied with CSS.
Just code each button as a DIV and position them in your style sheet.