How could I adjust the character spacing in a label control. There is no such a property in the property window.
<asp:Label ID="label01" runat="server" Text="EXPLORATIONS" Font-Bold="True"
Font-Names="Verdana" Font-Size="Small" ForeColor="#999999"></asp:Label>
You could apply a
CssClassto yourLabelcontrol in which you can give letter spacing.Something like this