diff --git a/content/tutorials/themes/theme-objects/cssexclude/index.md b/content/tutorials/themes/theme-objects/cssexclude/index.md index fff06fbf3..be51767ea 100644 --- a/content/tutorials/themes/theme-objects/cssexclude/index.md +++ b/content/tutorials/themes/theme-objects/cssexclude/index.md @@ -11,7 +11,7 @@ links: # CSSEXCLUDE Theme Object Introduction - Allows you to exclude a Stylesheet (that DNN would normally load) from being loaded +Allows you to exclude a Stylesheet (that DNN would normally load) from being loaded **Current Version:** 01.00.00 @@ -20,16 +20,16 @@ links: ### ASCX ``` html - <%@ Register TagPrefix="dnn" TagName="CssExclude" src="~/Admin/Skins/DnnCssExclude.ascx" %> - +<%@ Register TagPrefix="dnn" TagName="CssExclude" src="~/Admin/Skins/DnnCssExclude.ascx" %> + ``` ### HTML Token - [DNNCSSEXCLUDE] +[DNNCSSEXCLUDE] ### HTML Object Token ``` html - + ``` | Attribute | Description | Default | Posssible Values | DNN Version | @@ -40,6 +40,6 @@ links: ### Don't load Default.css ~~~html - + ~~~