I don't know where to start, except to say that I enabled static pages as per the instructions and it's not working. I see different results with IE and FF: Static page on IE shows: > The same static page on FF shows: <%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Default.aspx.vb" %><%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %><%=xmlns%><%=LanguageCode%><%@ Page Language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.Framework.DefaultPage" CodeFile="Default.aspx.vb" %> <%@ Register TagPrefix="dnn" Namespace="DotNetNuke.Common.Controls" Assembly="DotNetNuke" %> <%=xmlns%> <%=LanguageCode%>> ... any ideas on what's wrong? Please don't tell me static pages do not work! |