PC Review


Reply
Thread Tools Rate Thread

ASP.NET / Visual Studio bug?

 
 
shapper
Guest
Posts: n/a
 
      2nd Mar 2008
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
 
Reply With Quote
 
 
 
 
shapper
Guest
Posts: n/a
 
      2nd Mar 2008
On Mar 2, 4:12 pm, shapper <mdmo...@gmail.com> wrote:
> 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?
 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      2nd Mar 2008
Go read my comments to your earlier post about CSS and 3.5

"shapper" <(E-Mail Removed)> wrote in message
news:438c3ef7-d641-4a72-8d08-(E-Mail Removed)...
On Mar 2, 4:12 pm, shapper <mdmo...@gmail.com> wrote:
> 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?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enabling browser back button for GridView Paging and Sorting in Ajax1.1 and 3.5 (using Visual Studio 2005/ Visual studio 2008) anil reddy Microsoft C# .NET 0 11th Feb 2009 04:22 PM
Enabling browser back button for GridView Paging and Sorting in Ajax1.1 and 3.5 (using Visual Studio 2005/ Visual studio 2008) anil reddy Microsoft ASP .NET 0 11th Feb 2009 04:22 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET 4 17th May 2007 07:56 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft Dot NET Framework 1 14th May 2007 08:05 PM
How to take an IE rendered screenshot of a website with visual studio .net 2002 or visual stuido .net 2003? I can't install visual studio .net 2005 on this computer. Daniel Microsoft C# .NET 0 14th May 2007 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 PM.