We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 26401
    • 247 Posts
    Howdy Folks,
    I wanted to see if anyone knows of a way to make the buttons into anchor/image links.
    There is a way to hack the button to look like an image or text, but I there must be a way of creating a link for this stuff.
      • 5340
      • 1,624 Posts
      Not sure I understand but you can try

      <a href="#"><input name="Button" type="button"/></a>

      If this is not the solution post your code here with more information on what you are trying to do.
        • 26401
        • 247 Posts
        Well, after a bit of tinkering I figured it out.
        Here is my solution if anyone comes across this.

        Basically I wanted a logout link for now, but others to follow

        I created a new weblink resource with the following link
        [~2~]?service=logout

        2 is the id for my login page with the webloginpe call

        so now if I want to log out, I can go to logout.html
        and profile,or change password or whatever I need