This tutorial will introduce cascading style sheets (CSS) features in ASP.NET 3.5. It will illustrate the basic techniques of creating a new Web page and new style sheet.
In this tutorial you will demonstrate how to create a file system Web site, customize it by using the CSS features by creating a three-column page layout using CSS. You will need Visual Studio 2008 or Visual Web Developer 2008 Express Edition and the 3.5 version of .NET Framework.
To start we need to create a new file system Web site by clicking > File > New Web Site. Under the Visual Studio installed templates, click > ASP.NET Web Site. Choose the proper location and name it CSSWebSite.aspx.
We chose Server Intellect for its dedicated servers, for our web hosting. They have managed to handle virtually everything for us, from start to finish. And their customer service is stellar.
Now we are going to add page and style elements. In order to enable you to focus on the formatting and styling tools instead of creating elements to style, a set of page elements are given in this tutorial for you to copy and paste in-between the
In order to add elements to your page open the default.aspx page. Switch to Source view. Add this code after the