|
Frontier Web Reference
Frontier for Windows Folder
Frontier for Macintosh Folder
Icons
Fat Pages
Outlines
Web menu
New Website...
Directives
PageHeader Attribute
Standard Macros
Tips and Tricks
Keyboard Commands
Useful Things
Site Source
|
|
A powerful alternative to the {pageHeader()} macro.
| #pageHeader or {pageHeader()} |
 | Use one or the other but not both. |
 | Contains all the HTML for the top of the HTML page and can be a wp-text object or an outline. |
 | You can include macros in your pageHeader attribute. |
| Example # pageHeader outline: |
 | <html> |
 | <head> |
 | {metaTags ()} |
 | <title> |
 | {title} |
 | </title> |
 | </head> |
 | {bodyTag ()} |
|