ASP.NET / Visual Studio bug?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    ASP.NET / Visual Studio bug?

    Hello,

    I have a CSS file, in App_Themes folder, with the following code in
    it:

    /*
    Base
    Global styling rules
    Release: 01-03-2008
    */

    body
    {
    color: #606060;
    font-family: arial, verdana, helvetica, sans-serif;
    }

    The CSS validator in http://jigsaw.w3.org/css-validator/ does not
    validate my page.

    The problem is that ASP.NET changes my CSS file to:

    /*
    Base
    Global styling rules
    Release: 01-03-2008
    */

    body
    {
    color: #606060;
    font-family: arial, verdana, helvetica, sans-serif;
    }

    See the  characters? Why does this happens?

    Thanks,

    Miguel
  • shapper

    #2
    Re: ASP.NET / Visual Studio bug?

    On Mar 2, 4:12 pm, shapper <mdmo...@gmail. comwrote:
    Hello,
    >
    I have a CSS file, in App_Themes folder, with the following code in
    it:
    >
    /*
    Base
    Global styling rules
    Release: 01-03-2008
    */
    >
    body
    {
    color: #606060;
    font-family: arial, verdana, helvetica, sans-serif;
    >
    }
    >
    The CSS validator inhttp://jigsaw.w3.org/css-validator/does not
    validate my page.
    >
    The problem is that ASP.NET changes my CSS file to:
    >
    /*
    Base
    Global styling rules
    Release: 01-03-2008
    */
    >
    body
    {
    color: #606060;
    font-family: arial, verdana, helvetica, sans-serif;
    >
    }
    >
    See the  characters? Why does this happens?
    >
    Thanks,
    >
    Miguel
    The symbol is ï » ¿

    Without the spaces. Why is this added to the start of my CSS file?

    Comment

    • clintonG

      #3
      Re: ASP.NET / Visual Studio bug?

      Go read my comments to your earlier post about CSS and 3.5

      "shapper" <mdmoura@gmail. comwrote in message
      news:438c3ef7-d641-4a72-8d08-4cc254e7a297@d6 2g2000hsf.googl egroups.com...
      On Mar 2, 4:12 pm, shapper <mdmo...@gmail. comwrote:
      Hello,
      >
      I have a CSS file, in App_Themes folder, with the following code in
      it:
      >
      /*
      Base
      Global styling rules
      Release: 01-03-2008
      */
      >
      body
      {
      color: #606060;
      font-family: arial, verdana, helvetica, sans-serif;
      >
      }
      >
      The CSS validator inhttp://jigsaw.w3.org/css-validator/does not
      validate my page.
      >
      The problem is that ASP.NET changes my CSS file to:
      >
      /*
      Base
      Global styling rules
      Release: 01-03-2008
      */
      >
      body
      {
      color: #606060;
      font-family: arial, verdana, helvetica, sans-serif;
      >
      }
      >
      See the  characters? Why does this happens?
      >
      Thanks,
      >
      Miguel
      The symbol is ï » ¿

      Without the spaces. Why is this added to the start of my CSS file?

      Comment

      Working...