hi, i am new to asp.net & i am designing a website for the first time using it. Mine is a 3 col. layout. I have a site.master that contains the fixed layout with 1 ContentPlaceHolder for the middle Col., where i wish to put my content. Problem : is that i am not finding a way to put an external CSS for this ContentHolder. Help me out with this. Thanks in advance
Connect it by connect it to the master. Alternatively you can programmatically add elements to the header from within the content if you want a special CSS file for just a single content page Or finally use Themes to add the CSS which again can be set either in the master or the content file