Selected Path Type in Server Explorer
Site-root Relative
Absolute
Format
Normal
Formatted
Address
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Numbered List
Bulleted List
Directory List
Menu List
Definition Term
Definition
Format
Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
Description
You can specify the following types of paths using UltimateEditor:
An absolute URL path.
<img src="http://www.karamasoft.com/Images/Karamasoft.gif" />
A site-root relative path, which is resolved against the site root (not the application root).
<img src="/Images/Karamasoft.gif" />
If your Web site is http://www.karamasoft.com, the path would resolve to the following:
<img src="http://www.karamasoft.com/Images/Karamasoft.gif" />
A relative path that is resolved against the current page path.
<img src="Images/Karamasoft.gif" />
A relative path that is resolved as a peer of the current page path.
<img src="../Images/Karamasoft.gif" />
An anchor path.
<a href="#top">Go to top</a>
You can also specify whether to convert selected path in
Server Explorer
dialog to absolute path
with
ConvertSelectedPathToAbsolute
property. The default value of this property is
false
,
which renders the path selected in Server Explorer dialog as a
site-root relative path
. When
it is set to
true
, the selected path in Server Explorer is converted to an
absolute path
.