the same issue does happen on windows, not sure why it isn't happening for you on windows, this page lists a number of ways to solve it including Page.ResolveUrl which I suggested.
http://www.aspnetresources.com/blog/linking_stylesheets_from_master_pages.aspx So I really don't think this is a bug at all. I would use this as I mentioned before: <link rel="stylesheet" href='<% =Page.ResolveUrl("~/style.css")%>' type="text/css" /> Hope it helps, Joe joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com ----- Original Message ---- From: PChot To: Joe Audette Cc: [email protected]; [EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 12:56:42 PM Subject: Re: [Mono-list] ASP.NET and master pages re Things work in windows. Normal in header is make me problems. PChott PS: Joe are u on msn, icq, or something like that? -- Macs are for those who don't want to know why their computer works. Linux is for those who want to know why their computer works. DOS is for those who want to know why their computer doesn't work. Windows is for those who don't want to know why their computer doesn't work._______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
