can you make a SUbmit Button look like this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • whoreans
    Confirmed User
    • Jun 2001
    • 1407

    #1

    can you make a SUbmit Button look like this?

    i wnat my submit button look like TEXT.. like a regular text link.. instead of a picture or a box.

    anyboey know how?
  • Gemini
    Confirmed User
    • Jan 2001
    • 7183

    #2
    Make a gif in photoshop with a transparent background with the text Submit
    <center><a target="_blank" href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac"><img border="0" src="http://216.130.172.224/gfy/gsig.gif" width="490" height="100"></a><br><a href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac" target="_blank"><b><font face="Arial"><font color="#FF99FF"> Buy me away from Slavedriver Smokey!<br>It's May Sig Sweeps!<font></b></center>

    Comment

    • Kat - Fast
      Confirmed User
      • Feb 2001
      • 2303

      #3
      you want a submit button that people have to search for???
      hmm....

      Comment

      • tenletters
        Confirmed User
        • Jan 2001
        • 2079

        #4
        I think you can make it everything but text. Damn shame too since surfers cannot see where they are going even if they right click the image.

        Do what Gem suggested...make an image that looks like text, then put it in a table surrounded by your real text.

        Useless Without Pics

        Comment

        • whoreans
          Confirmed User
          • Jun 2001
          • 1407

          #5
          theres eleven letters in your name .. ten letters

          Comment

          • Midnight
            Confirmed User
            • Jun 2001
            • 330

            #6
            Making a button is easy, getting it to submit to you, well that requires skill.

            Regards,



            ------------------
            The Midnight Collection
            Midnight Ventures Partner Program
            Excellence is not an act, but a habit - Aristotle
            Codifico, quindi sono
            icq 118-997-859

            Comment

            • kush
              Confirmed User
              • Feb 2001
              • 3382

              #7
              My question is.... why? In my opinion it's just a waste of bandwidth when you can do the exact thing in which you're describing with just the use of tables.

              There are many online gif generations that you can do this with, just do a search on yahoo...

              But I am curious as to why you wish to do this.

              ------------------
              <A HREF="http://www.dailysteam.com/webmasters.html" TARGET=_blank>
              My Webmaster's Page</A>
              General Webmaster Info, seen from my point of view ;)<A HREF="http://www.dailysteam.com/sponsors.html" TARGET=_blank>
              Sponsors List Page</A>
              Organized, honest listing of sponsors and my comments on them

              Comment

              • Rivux
                Confirmed User
                • May 2001
                • 1026

                #8
                To make a text link submit a form, have the contents of the href be the following

                javascript:document.form-name.submit();"

                with form-name being the name of the form that you want to submit. Just remember that not everyone has javascript enabled, so not everyone would be able to submit the form.
                TrafficHolder.com - Buy/Sell Adult Traffic

                Comment

                • Los
                  Confirmed User
                  • Jul 2001
                  • 427

                  #9
                  here is the exact way i have done it...

                  you fill out the form how ever you need to make it.. the name of the form is name="nameOFform"

                  <form name="nameOFform" method="POST" action="https://testform.com/cgi-bin/form.cgi">
                  <input type="hidden" name="hellopage" value="">
                  <input type="hidden" name="reqtype" value="secure">
                  </form>

                  here is the example of a text link using the form to link to it

                  <a href="javascript:document.nameOFform.submit()">thi s is a test</a>

                  make sure nameOFform is the same as the one above this should work perfect

                  -los

                  Comment

                  • Los
                    Confirmed User
                    • Jul 2001
                    • 427

                    #10

                    sorry to post 2 times forgot to drop the in there to show the html

                    here is the exact way i have done it...
                    you fill out the form how ever you need to make it.. the name of the form is name="nameOFform"

                    Code:
                    <form name="nameOFform" method="POST" action="https://testform.com/cgi-bin/form.cgi">
                    <input type="hidden" name="hellopage" value="">
                    <input type="hidden" name="reqtype" value="secure">
                    </form>

                    here is the example of a text link using the form to link to it

                    Code:
                    <a href="javascript:document.nameOFform.submit()">this is a test</a>
                    make sure nameOFform is the same as the one above this should work perfect

                    -los

                    Comment

                    • Los
                      Confirmed User
                      • Jul 2001
                      • 427

                      #11
                      well fuckin shit if u need the exact syntax email me [email protected] i'll email it to you since this damn UBB code fucks up the form i'm trying to post as raw html to show

                      Comment

                      • JackFoley
                        Confirmed User
                        • Jul 2001
                        • 858

                        #12
                        You could just use an inline style sheet:

                        input type=submit value="Submit" style="background-color: white; border: 0px"

                        (Change the backround color to the same as your page.)
                        SUBMIT | TRADE | CONTACT

                        Comment

                        • tenletters
                          Confirmed User
                          • Jan 2001
                          • 2079

                          #13
                          Originally posted by whoreans:
                          theres eleven letters in your name .. ten letters
                          You may want to count again..
                          T E N L E T T E R S
                          1 2 3 4 5 6 7 8 9 10

                          but you did make me recount them, lol ;-)
                          Useless Without Pics

                          Comment

                          • zipE
                            Confirmed User
                            • Jul 2001
                            • 256

                            #14
                            just use a button they look beta

                            Comment

                            Working...