Menu Bar Configuration
The "Menu" variable enables creation, in the menu frame, of the text indicated with this variable, together with a hyperlink to its location in the page.
 
Modifying title style
The HEAD attribute can be used to modify the style of the title (from H1 to H6).
 
Inserting a bullet before a title
 
Inserting HTML code
You can insert HTML code in the menu bar to improve its appearance, without this code appearing in the main frame. You can, for example, offer users the possibility of sending an e-mail to the Web site administrator.
To do this, you must use the "VISIBLE" parameter, which enables you to indicate:
if tag content should be visible in the menu bar and in the main frame.
or if the text is only HTML code enabling formatting of the menu bar without a link to the main frame.
 
 
Example
[V=MNU Visible=No]
<a href="mailto:xxx@mega.com">Write to xxx</a>
[/V]