Link to home
Start Free TrialLog in
Avatar of CodeJunky
CodeJunkyFlag for United States of America

asked on

Align Buttons next to each other

Hi all,
I have three buttons on a page and placed them next to each other in one row essentially; but when I run it the third button gets moved underneath of the first two buttons.

Here is the code:
<a class="btn btn-default" href="frmSERVER_DETAILS.aspx.vb" target="_blank">Add New Server &raquo;</a>
                <a class="btn btn-default" href="frmSERVER_DETAILS.aspx.vb" target="_blank">Edit Selected Server &raquo;</a>
                <a class="btn btn-default" href="frmSERVER_DETAILS.aspx.vb" target="_blank" style="color: #FFFFFF; background-color: #800000">Delete Selected Server &raquo;</a>
                

Open in new window


User generated image
ASKER CERTIFIED SOLUTION
Avatar of James Bilous
James Bilous
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CodeJunky

ASKER

I changed the style of the container to be fixed.  Thank you for your help.