1.

How Do I Create A Button Which Acts Like A Link?

Answer»

This is best DONE with a small form:

<FORM ACTION="[URL]" METHOD=GET>
<INPUT TYPE=submit VALUE="TEXT on button">
</FORM>

If you want to line up BUTTONS next to each other, you will have to put them in a one-row table, with each button in a SEPARATE cell. 

This is best done with a small form:

<FORM ACTION="[URL]" METHOD=GET>
<INPUT TYPE=submit VALUE="Text on button">
</FORM>

If you want to line up buttons next to each other, you will have to put them in a one-row table, with each button in a separate cell. 



Discussion

No Comment Found