Label Alignment

J

Joko

Hi i want to ask how to make the label text align to the
right instead to the left
thax
 
C

charmis p varghese

Hi

Just try the code

put the below code in <head></head> section
<style>
.labelright{text-align:right;}
</style>


add the cssclass property

<asp:Label id="Label1" runat="server" CssClass="labelright"></asp:Lable>

regards
charmis
 
R

recoil

Not really a perfect solution, however if you are going to use
Microsoft's asp:Label and wish to be cross browser compatible this
should work.

<asp:Label Runat="Server" Id="lblBleah" style="float:left; width:150px;
text-align:right; border:1px solid red;">hello</asp:Label>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top