|
Subject:
|
Creating a Master Page and Importing a CSS
|
|
Posted By:
|
rubends
|
Post Date:
|
12/15/2005 12:15:42 PM
|
Hi, I am doing the 'Try it out' in chapter 2. Step 5 says: "Switch back to Design View to set the style sheet. At the top of the Properties box, drop down the list of controls and select Document. At the bottom of the properties list, find Style Sheet (see Figure 2-5), click its ellipses, and browse to site.css. Click OK."
I don't have a 'Stylesheet' option in the properties of 'document', the only property I get is 'Title'.
What could I be doing wrong??
|
|
Reply By:
|
ragalahari
|
Reply Date:
|
4/19/2006 2:57:27 PM
|
I am having the exact same problem. I am using VS 2005 professional. Is there a setting that i need to change ?
|
|
Reply By:
|
Imar
|
Reply Date:
|
4/19/2006 3:13:05 PM
|
When the master page is in Design View, you can just drag the .CSS file from the Solution Explorer on the page. VWD will automatically add the necessary stuff to the <head> section of the page.
Cheers,
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me. Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004 While typing this post, I was listening to: Olympic Flame by Tiesto (Track 7 from the album: Parade Of The Athletes) What's This?
|
|
Reply By:
|
ragalahari
|
Reply Date:
|
4/19/2006 3:43:32 PM
|
Thanks for the quick response Imar.. I did what you suggested, at first it didn't work,but when i closed visual studio and reopened the project BAMMMM.. i got the "Stylesheet" option under the documents property..
Thanks a bunch.
|