asp.net - How to vertically stack two HTML buttons without a table? -


what easiest way vertically stack 2 html buttons without table?

doesn't easier than

<input type='button' ... /> <br /> <input type='button' ... /> 

Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -