How to put link to pages in <a href> tag?

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

How to put link to pages in <a href> tag?

#1

Postby t4nu » Fri Dec 18, 2015 3:21 am

Hi,
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>
if the link is should be to other pages, what should I put in the
<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.
0 x

Jon
Moderator
Moderator
Posts: 1342
Joined: Wed Sep 12, 2007 12:49 pm

#2

Postby Jon » Fri Dec 18, 2015 12:48 pm

You can do it with raw HTML, but it's much harder this way. Much easier to just use Hyperlink Controls as these drive server-side events that are easily configured. There isn't anything in the Hyperlink Control itself which will result in a vertical gap, but it may be that you have tried putting Hyperlinks in a Panel Control with a Vertical Box Layout. In this case, you should try editing the layout properties and adjusting the gap between controls property. Also check the default styling you are using for a Hyperlink Control - add one to the page, right click and select Style, then check the padding & margin properties.

Have you also tried the menu controls?
0 x

t4nu
Ebase User
Posts: 305
Joined: Thu Jul 02, 2015 8:32 am
Location: Indonesia

#3

Postby t4nu » Sat Dec 19, 2015 8:18 am

Thank you for the respond, Jon.
I will try the hyperlink again. Yes I put those hyperlinks in the panel, but I did nothing to the layout.

Menu control? No I haven't tried it yet.
Jon wrote:You can do it with raw HTML, but it's much harder this way. Much easier to just use Hyperlink Controls as these drive server-side events that are easily configured. There isn't anything in the Hyperlink Control itself which will result in a vertical gap, but it may be that you have tried putting Hyperlinks in a Panel Control with a Vertical Box Layout. In this case, you should try editing the layout properties and adjusting the gap between controls property. Also check the default styling you are using for a Hyperlink Control - add one to the page, right click and select Style, then check the padding & margin properties.

Have you also tried the menu controls?
0 x


Who is online

Users browsing this forum: No registered users and 21 guests