Results 1 to 2 of 2

Thread: Help with Radio Button

  1. #1
    Join Date
    Oct 2013
    Posts
    169
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Help with Radio Button

    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/form...YPE_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:

    Code:
                                               <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">&nbsp;&nbsp;&nbsp;&nbsp;Rock<BR>
                                                    <INPUT TYPE=RADIO NAME="station" VALUE="L">&nbsp;&nbsp;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.

  2. #2
    Join Date
    Oct 2013
    Posts
    169
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Well I figured out one thing, I only had part of the code! LOL I've got one working with links now but still may need some help on alignment?

    Thanks

Similar Threads

  1. Replies: 2
    Last Post: 03-05-2013, 10:52 PM
  2. Resolved Radio Button Styling
    By davelf in forum CSS
    Replies: 2
    Last Post: 04-25-2012, 01:15 AM
  3. Radio Button component CS3
    By beeps in forum Flash
    Replies: 1
    Last Post: 06-08-2010, 08:44 AM
  4. Capture radio button value
    By Macca in forum JavaScript
    Replies: 4
    Last Post: 03-10-2009, 10:54 PM
  5. Radio Button CSS
    By farmdve in forum CSS
    Replies: 10
    Last Post: 03-16-2008, 02:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •