Why is the td element on my webpage not appearing on a single line? The weekly report for XYZ is displaying on two lines, but I want it to be on one line. Why is the label content showing up on the next line?
Output: Weekly Report for Testing project
desired output:
Weekly Report for <LabelData>
<td align="center" style="width: 100%; color: black; font-size: 12pt; font-family: Trebuchet MS;
font-style: italic; background: #E4AFC1; height: 5px; white-space:nowrap">
<b>Weekly Report for <asp:Label ID="lblPro" runat="server"></asp:Label></b>
</td>