Where is Styles.css in Visual Studio 2005 webapp?

Last post 08-03-2006 7:14 PM by avanslaars. 1 replies.

Sort Posts:

  • Where is Styles.css in Visual Studio 2005 webapp?

    08-02-2006, 10:29 AM
    • Member
      20 point Member
    • deano
    • Member since 07-19-2006, 2:38 PM
    • Posts 4
    In asp.net 1.0/1.1 VS would automatically build a Styles.css,  this doesn't seem to happen in aps.net 2.0 VS2005.

    Does anyone know where it is? do I have to create one and add it to my pages? if so where's it getting the styles information from at the moment.

    Thanks in advance.
    Dean.
  • Re: Where is Styles.css in Visual Studio 2005 webapp?

    08-03-2006, 7:14 PM
    • Member
      729 point Member
    • avanslaars
    • Member since 07-12-2006, 11:12 AM
    • Barrington, NJ
    • Posts 139

    You will need to create one. There won't be any style information until you add a css file and create some rules within it. The only formatting you will see without the CSS is anything you add at the control level (I advise against that, css is the way to go) or AutoFormtting controls, which is nice, but I still recommend creating a stylesheet to create a single point of control for you formatting.

    Hope this helps.

    Andrew L. Van Slaars

    vanslaars.net
Page 1 of 1 (2 items)