A
AAaron123
I like something that acts like an anchor, i.e., links to another page, but
looks like a button.
I can use this: asp:LinkButton but the corners are square so it looks
different that a regular button.
I tried defined a css class and do this:
<a class="button" href="whatever.com">Anchor Button</a>
I did not succeed (yet), but I'm quite sure it to will not look like a
normal button because the border will have square corners.
Is there a solution without using themes?
Any answer, especially "No" so I stop trying, would be appreciated.
looks like a button.
I can use this: asp:LinkButton but the corners are square so it looks
different that a regular button.
I tried defined a css class and do this:
<a class="button" href="whatever.com">Anchor Button</a>
I did not succeed (yet), but I'm quite sure it to will not look like a
normal button because the border will have square corners.
Is there a solution without using themes?
Any answer, especially "No" so I stop trying, would be appreciated.