css and master page problem
am 05.01.2008 16:59:37 von laziersHi,
I have a "little" problem. I'v got a very simple page:
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
I run it, and everything is ok [the text in form is blue], BUT! when I
create a masterpage:
<%@ Master Language="C#" AutoEventWireup="true"
CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
the text isn't blue now. What should I do to have a blue text?