![]() |
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? |
Make a gif in photoshop with a transparent background with the text Submit http://bbs.gofuckyourself.com/board/biggrin.gif
|
you want a submit button that people have to search for???
hmm.... |
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. |
theres eleven letters in your name .. ten letters http://bbs.gofuckyourself.com/board/smile.gif
|
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 |
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 |
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. |
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 http://bbs.gofuckyourself.com/board/smile.gif -los |
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"> 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> -los |
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
|
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.) |
Quote:
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 ;-) |
http://bbs.gofuckyourself.com/board/smile.gif just use a button they look beta
|
All times are GMT -7. The time now is 11:34 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123