Can anyone help me change the style of my plug buttons for my website?
-
I've got a Plugboard on my website http://xpinkvanilla.passionfruit-ave.net/ and I was hoping someone could help me change the style of the "Website Url", "Button Url" and the "Plug" button so it is in the same style of the rest of my layout. This the code for the box: <div align="left"> <iframe src="http://www.plugme.net/board.php?use… name="plugboard" width="455" height="102" scrolling="no" marginwidth="0" marginheight="0" allowTransparency="true" frameborder="0"></iframe> </div><div align="left"> <form action="http://www.plugme.net/add.php" method="post" name="plugform" target="plugboard"> <input type="hidden" name="username" value="username here"> <input name="button" value="Button URL" maxlength="255" onFocus="if (this.value == 'Button URL') this.value = '';" onBlur="if (this.value == '') this.value = 'Button URL';"><br> <input name="website" value="Website URL" maxlength="255" onFocus="if (this.value == 'Website URL') {this.value = '';}" onBlur="if (this.value == '') this.value = 'Website URL';"><br> <input class=button type="submit" value="Plug"> <br><a href="http://www.plugme.net" target="_blank"><small>Get a free plugboard!</small></a></form> </div> Thanks if anyone can help!
-
Answer:
Roxy at Yahoo! Answers Visit the source
Other answers
Change the code for the button to: <input name="button" type="image" id="button" value="Submit" src="your_custom_button.gif" /> this would help you i hope
Manoj F
Related Q & A:
- Can anyone help me do a website?Best solution by Yahoo! Answers
- Can anyone help me get directions to Commonwelath park in beaverton oregon?Best solution by Yahoo! Answers
- Can anyone help me fix my MSN Keyboard Trouble?Best solution by Yahoo! Answers
- Can anyone help me with Windows Automatic Updates?Best solution by Yahoo! Answers
- Can anyone help with the Myspace graphic?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.