After running Code A, I am presented with Image A as the result.
I am looking to align this text and image at the bottom line, similar to how it appears in Image B. How can I achieve this alignment?
Code A
<asp:Label ID="Label1" runat="server" Text="Label" ></asp:Label>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<input type="image" src="Image/edit.png" />
<input type="image" src="Image/save.png" />
<input type="image" src="Image/cancel.png" />
Resulting Image A
https://i.sstatic.net/pvgOQ.png
Reference Image B