Buttons HTML
-
My apologies, I forgot to place the code between backticks on my previous post.
I am trying to create simple html buttons to carry out functions.
I can create the buttons…but they will not carry out the function??
EXAMPLE A: (like the look does not work)
<button><a href="https://dudewalker.org/music/" target="_self">Music Archive</a></button>
EXAMPLE B: (works…don’t like the look)
<FORM METHOD="LINK" ACTION="https://dudewalker.org/music/"> <INPUT TYPE="submit" VALUE="Music Archive"> </FORM>
I can create a png image and use the function…however, it adds a lot of code to a simple function.
Any suggestions…?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Buttons HTML’ is closed to new replies.