Space between two interactive buttons

S

Shane

Hi All, is there a way I can reduce the space between 2 interactive buttons.
It seem to me I have the choice of either the Shift Enter key or Enter key
to space out the buttons.

Many Thanks
S
 
R

Ronx

Assuming you mean vertical spacing, use a table and place each button in its
own cell. Use cellspacing and cellpadding to adjust the spacing.

Ron
 
S

Stefan B Rusynko

Interactive button are just images
Create a table for the buttons w/ the cell sizes same as (or 2 px less than) the images
If you look at http://sbrenjoy.bizland.com/ all the button are IB




| Hi All, is there a way I can reduce the space between 2 interactive buttons.
| It seem to me I have the choice of either the Shift Enter key or Enter key
| to space out the buttons.
|
| Many Thanks
| S
|
|
 
Top