Query in creating equal gaps between 4 buttons

Aug 19 2017 10:26 AM
Hello Avanish here!I am doing my last semester project in C# and got stuck in one part. How to create equal gaps between 4 buttons? I have tried " " but its making my code look untidy. I have also tried () and (). But its not working maybe i am typing it in wrong place. Please guide.
 
Thankyou I am also adding sample code for my 2 buttons please suggest me where to add code for creating gap in between.
 
FOR FIRST BUTTON:
 
<asp:Button ID="Button1" runat="server" BackColor="#FF6600"
BorderColor="Black" Height="39px" style="font-weight: 700" Text="Home" Width="92px" />
 
FOR SECOND BUTTON:
 
<asp:Button ID="Button2" runat="server" BackColor="#FF6600" BorderColor="Black" Height="39px" onclick="Button2_Click" style="font-weight: 700; margin-top: 0px" Text="About_Us" Width="103px" />

Answers (2)