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.
|
[V=MNU]text[/V]
|
Inserts "Text" in the main frame and in the menu bar. A link is created between the two texts.
|
Modifying title style
The HEAD attribute can be used to modify the style of the title (from H1 to H6).
|
[V=MENU Head=3]Text[/V]
|
Inserts "text" using style H3 with a shift in the menu bar
|
Inserting a bullet before a title
|
[V=MNU Bullet="Toto.gif"]Text[/V]
|
Inserts bullet "Toto.gif" located in the folder "Mega_Std" (has.custom or Hopex.core module), then "Text" in style H1
|
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.
|
[V=MNU Visible=YES] Text [/V]
|
Inserts "Text" in the main frame and in the menu bar. A link is created between the two texts.
|
|
[V=MNU Visible=No] Code HTML [/V]
|
inserts the HTML code in the menu bar, without a link to the main window.
|
Example
[V=MNU Visible=No]
<a href="mailto:xxx@mega.com">Write to xxx</a>
[/V]