User-1548129933 posted
Hi,
I have an update panel right after the text "Capture vital Web site data." (see below). Just before the update panel I get a linebreak. It's suppose to be continuous text. I've tried &npsb; and everything else I can think of, but nothing works.
Does anybody know why this is happening? Any ideas on the work around?
Capture vital Web site data.(line break here)
<ajax:UpdatePanel ID="mypanel" runat="server" RenderMode="Block">
<ContentTemplate>
<asp:Label ID="mylabel" runat="server" CssClass="pricingText" Font-Names="Arial" Font-Size="11px" Style="z-index: 102;">
</asp:Label>
</ContentTemplate>
<triggers>
<ajax:AsyncPostBackTrigger ControlID="DropCurrencyList" EventName="SelectedIndexChanged" />
</triggers>
</ajax:UpdatePanel>
thanks.....