Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I have a label on a webform. The label's CssClass Property is set to "StandardLabel". In the Styles.css file in my project I placed this snippet of code...

 

StandardLabel

{

font-size: 1.17em;

}

 

I run my project and the label looks the same as everyother label on the page without the CssClass property set. I'm assuming I need to link the .css file or something simple thing like that but I don't know what.

 

Thanks for your help.

Posted

I should have mentioned this above:

 

My ultimate goal is to have right justified text for the labels so that multiline labels text will align nicely with controls to the right of the label. If you know how to set that with css I'd appreciate it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...