From c66a92e51dc0c8e201f2d3452cb9c355c6714d06 Mon Sep 17 00:00:00 2001 From: David Poindexter Date: Fri, 12 Apr 2024 15:05:34 -0400 Subject: [PATCH] Resolve several formatting issues with `cssexclude` Resolve several formatting issues with `cssexclude` --- .../themes/theme-objects/cssexclude/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 - + ~~~