<div class="w-box-header" style="text-align: right;">
<div class="footer-text">
My Support Representative
</div>
<div>
<asp:Label ID="mcr_Name" runat="server" Text="Test Joe" /><br />
<asp:Label ID="mcr_email" runat="server" Text="mailto@gmail.com" /><br />
<asp:Label ID="mcr_phone" runat="server" Text="P: (800) 555-5555 ext. 143" /><br />
<asp:Label ID="mcr_fax" runat="server" Text="F: (555) 555-5555" />
</div>
</div>
The <br>
is causing a lot of space to be put above/below the labels. Is there any way to override this spacing and have them be right under each other?
It looks like this:
Test Joe
mailto@gmail.com
P: (800) 555-5555 ext. 143
F: (555) 555-5555
How to force it like this:
Test Joe
mailto@gmail.com
P: (800) 555-5555 ext. 143
F: (555) 555-5555