CSS and VS.net

  • Thread starter Thread starter IntraRELY
  • Start date Start date
I

IntraRELY

I have created several ASP.Net forms which everything was created with the
default font and size. I dont really have any experiance with CSS, but was
wondering what is the best way to make all my ASP labels, textboxes,
datagrids, etc the same font and size, whether its with CSS or some global
setting for the web application.

Thanks,

Steve Wofford
www.IntraRELY.com
 
Hi Steve,

Based on my research and experience, the following Knowledge Base articles
are useful to you. Please refer to them carefully.

HOW TO: Add a CSS Style Sheet Reference to All Web Forms in a Visual Basic
.NET Web Project
http://support.microsoft.com/default.aspx?scid=kb;en-us;323843
"...This step-by-step article describes how to create a custom Web Form
template so that you can include a cascading style sheet (CSS) reference in
all Web Forms in a Visual Basic .NET Web project..."

HOW TO: Add a CSS Style Sheet Reference to All Web Forms in a Visual C#
.NET Web Project
http://support.microsoft.com/default.aspx?scid=kb;EN-US;320985
"...This step-by-step article describes how to create a custom Web Form
template so that you can include a cascading style sheet (CSS) reference in
all Web Forms in a Visual C# .NET Web project..."

If I have misunderstood your concern, please feel free to let me know.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top