Hello.
I am probably asking a very simple question, but I can't figure it out.
I have a simple link on my page in the form of:
click here
When the page displays, the "click here" text shows as underlined hyperlink that a user can click on and go to another page.
The problem is that most of my ApEx generated pages have template buttons for navigation between pages and I would like to stay consistent when I create links within my html text and use buttons too, not underlined hypertext.
Is there a way to display a button that says "click here" instead of a hyperlink text that says the same?
I am tricking it by creating an image of a button and embedding the image with the <img> tag in between my <a></a> tags. But that's ugly because it's not a real button that changes its text color when you hover the mouse over it and gets sunk in when you press on it giving it that real look and feel, but just an image of it.
Thank You
Boris