JRR
02-02-2014, 07:13 PM
I found this great Radio button code that I actually want to put links to radio music on my forum. I know where to put it in my forum HTML layout and how to change the words to say what I want. Here is the link to the code:
http://www.htmlcodetutorial.com/forms/_INPUT_TYPE_RADIO.html
I'm using the top code listed.
I need help on two things, how to align my button better and how to put a link in each line of code so that when a button is checked and then you hit select it'll go to the radio station I put the link in for.
Now here is how I changed it so far:
<p align="right">
<FORM ACTION="../cgi-bin/mycgi.pl">
Favorite Music<BR>
<INPUT TYPE=RADIO NAME="station" VALUE="S">Country<BR>
<INPUT TYPE=RADIO NAME="station"VALUE="M"> Rock<BR>
<INPUT TYPE=RADIO NAME="station" VALUE="L"> Sports<BR>
<INPUT TYPE=SUBMIT VALUE="Select">
</FORM></p>
You can see how it display here on my test forum, scroll down and it's on the right bottom in the Users Online section..
http://scootproftest.freeforums.net/
The first thing is I can't get the buttons to line up, as you can see the words have a different amount of letters. I put the "align" right tag so it would go to the right side of the page.
Second thing is I've tried different link code combinations with no luck? I want it so that if you choose Rock and then hit Select it goes to the station that is linked to Rock.
As a test just use these links back to my other forums:
http://www.thescooterprofessor.proboards.com/
http://itistheride.boards.net/
http://scootproftest.freeforums.net/
Any help would be appreciated.
http://www.htmlcodetutorial.com/forms/_INPUT_TYPE_RADIO.html
I'm using the top code listed.
I need help on two things, how to align my button better and how to put a link in each line of code so that when a button is checked and then you hit select it'll go to the radio station I put the link in for.
Now here is how I changed it so far:
<p align="right">
<FORM ACTION="../cgi-bin/mycgi.pl">
Favorite Music<BR>
<INPUT TYPE=RADIO NAME="station" VALUE="S">Country<BR>
<INPUT TYPE=RADIO NAME="station"VALUE="M"> Rock<BR>
<INPUT TYPE=RADIO NAME="station" VALUE="L"> Sports<BR>
<INPUT TYPE=SUBMIT VALUE="Select">
</FORM></p>
You can see how it display here on my test forum, scroll down and it's on the right bottom in the Users Online section..
http://scootproftest.freeforums.net/
The first thing is I can't get the buttons to line up, as you can see the words have a different amount of letters. I put the "align" right tag so it would go to the right side of the page.
Second thing is I've tried different link code combinations with no luck? I want it so that if you choose Rock and then hit Select it goes to the station that is linked to Rock.
As a test just use these links back to my other forums:
http://www.thescooterprofessor.proboards.com/
http://itistheride.boards.net/
http://scootproftest.freeforums.net/
Any help would be appreciated.