FAQ/Settings.md
... ...
@@ -1,4 +1,15 @@
1
-#Settings
1
+#Customizing the Settings Page
2 2
3
-* [How do I hide Output Types?](http://wiki.izenda.us/FAQ/Formatting/How-do-I-hide-Output-Types)
4
-* [How do I control the alignment of text fields or justification in report output?](http://wiki.izenda.us/FAQ/Formatting/How-do-I-control-the-alignment-of-text-fields-or-justification-in-report-output)
3
+[[_TOC_]]
4
+
5
+##About
6
+
7
+Customizing the settings page is fairly straightforward. Due to its nature as a diagnostic page, there isn't a whole lot that can be changed about it. But if you need to integrate this page into your application, then you may need to change a few items.
8
+
9
+##Placeholders
10
+
11
+If you changed the PlaceHolders on the default.master or are using a different masterpage then you simply have to reflect those changes in the Settings.aspx code. The two placeholders on this page will need to mimic your masterpage's PlaceHolders.
12
+
13
+##Path references
14
+
15
+You may also need to change the path references in your application. By default, path references are prefixed with (~) to denote the root path. If your application uses a directory structure where the masterpage is not located in the root or where your reporting pages are nested in directories, then you will want to modify the path so the tilde is no longer used. You may require relative paths using reverse directory traversal (./) to properly reference your masterpage and the other reporting pages.
... ...
\ No newline at end of file