I put HTML component on the form and put on it:
Code: Select all
<ul>
<li><a>Roster</a></li>
<li><a>Training</a></li>
<li><a>Performance Appraisal</a></li>
<li>FORM
<ul>
<li><a>Service Request</a></li>
<li><a>Leave Request</a></li>
</ul>
</li>
</ul>
<a href="-- what should I put in here --" ?
Putting the pages name seems not working.
Note:
I choose HTML and hot hyperlink is because hyperlink always has bigger vertical gaps.
Thanks in advance for the help.