Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Please take a look:

http://dageniusmarketer.com/NicheResearch/

I am trying to remove the odd border around the big orange button, along with the tiny text that says submit. The line of code for the button is:

<input name="submit" class="WatchNow_Button" type="image" value="Submit" />

The class has no border element.

Been playing with this code for a good hour with no luck.

How do i remove the text and the border and leave just the orange button only?

share|improve this question

1 Answer

up vote 1 down vote accepted

You're seeing the border because you're not providing an image to render for the <input>. Either convert it to a type="submit" or give it a src attribute.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.