QuickHTML Dialogs Help

Return to Contents


Bookmark Help
Function: Inserts a named bookmark into the document so the position can be found. Note: Bookmarks are not shown in browsers.
Form Help
Note: Not Available Yet.
List Help
Function: Creates an Ordered, Unordered or Definition list. Note: Not all browsers support numeral and bullet types and starting points.
Maths Equation
Note: Not Available Yet.
Table Help
Function: Creates a Table. Note: Not all browser show tables in the same way.
Horizontal Rule Help
Function: Inserts Horizontal Rule.
Image Help
Function: Inserts Image.
HyperLink Image Help
Function: Inserts a HyperLink Image (Clickable).
External HyperLink Help
Function: Creates a HyperLink to another HTML document or WWW resource.
External Anchor HyperLink Help
Function: Creates a HyperLink to a named anchor in another HTML document.
Internal Anchor HyperLink Help
Function: Creates a HyperLink to a named anchor in the same document.
Internal Anchor Location Help
Function: Creates a Named Anchor Location.
Mail Address Help
Function: Creates a Mailto Link.
Body Tag Help
Function: Formats Documents Body Tag.
URL Manager Help
Function: Saves URLs for use in other parts of QuickHTML.
Macro Help
Function: Sends one or more keystrokes to the active window as if they had been entered at the keyboard.

Each key is represented by one or more characters. To specify a single keyboard character, use the character itself. For example, to represent the letter A, use "A". If you want to represent more than one character, append each additional character to the one preceding it. To represent the letters A, B, and C, use "ABC".

The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses ( ) have special meanings to a Quickhtml macro. To specify one of these characters, enclose it inside braces. For example, to specify the plus sign, use {+}. Brackets ([ ]) have no special meaning, but you must enclose them in braces as well, because in other applications for Microsoft Windows, brackets do have special meaning that may be significant when dynamic data exchange (DDE) occurs. To send brace characters, use {{} and {}}.

To specify characters that aren't displayed when you press a key (such as Enter or Tab) and keys that represent actions rather than characters, use the codes shown below:

To specify keys combined with any combination of Shift, Ctrl, and Alt keys, precede the regular key code with one or more of the following codes:

To specify that Shift, Ctrl, and/or Alt should be held down while several other keys are pressed, enclose the keys' code in parentheses. For example, to have the Shift key held down while E and C are pressed, use "+(EC)". To have Shift held down while E is pressed, followed by C being pressed without Shift, use "+EC".
To specify repeating keys, use the form {key number}; you must put a space between key and number. For example, {LEFT 42} means press the Left Arrow key 42 times; {h 10} means press h 10 times.

Macro Example:


Custom Tags Help
Function: Creates Custom Tags (which are available from the Tool bar Tag list).
Header and Footer Help
Function: Adds or changes Header and Footer text that QuickHTML formats every new document with (Not the current document).