how to How to change button properties from another class?

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

Was this solution helpful to you?

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:

Just Added Q & A:

Find solution

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.