HTMLiar - the slightly different html editor

support functionality pages create

programsupportcontact
circle functionality
circle pages
circle create
circle page types
circle layout
circle project settings
circle menu
circle languages
circle slideshows
circle attribute editor
circle ftp
circle variables
circle color picker
circle tips


navi deutsche seiten
Add, delete, and move menu items with the icon bar in the lower left corner of the program.
The button ">>" shows/hides the properties of the selected menu item.

Depending on the page type there is a different set of properties available.

Caption
The page captions are used for creating the menu. Plus, you can easily use it in other places using the variable §caption§. For example you can reference it in the <title..> tag.

Filename
Do not use any spaces or special characters in the filename. If you want to put your website on an unix/linux server (most severs in internet are unix/linux) please mind upper/lower case.

File Ext.
Specifies the file extension for pages of type 'external'. With this you can create css, js, pl, cgi or php files or files with any other extension.

<body...>
Adds attributes to the body tag. You'll need that e.g. for JavaScript (OnLoad=...).

Subdir
The current page will be placed in this (sub)directory, if specified.
That is useful for access control with .htaccess files.

Target
The target of a link or the address of a script.

Path back
The absolute or relative path back to the HTML files (e.g. "../" or "http://www.htmliar.com/").

Activate this page
With this option you can easily deactivate a page so that the HTML file will not be created during export and the menu item does not occur.

Show in menu
Remove this checkbox to hide the page from the menu. The page will still be created and can be linked with <a href="filename">.

Open in new window
Opens the target of the link in a new browser window (<a target="_blank"...>)

Disable in this language
Disables the page in one languange. In the other languages the page still exists.

Next image after nn seconds
For slideshows only. Automatically loads the page with the next image after the given number of seconds.

Variables
Define your own variables like
naviname=value

<head>...</head>
Enter styles or scripts here. They are placed in the header of the HTML file.