Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WebSite change Form practice problems Reply To: WebSite change Form practice problems

#195361
Shikkediel
Participant

Hmmm… I could’ve sworn that was it. I don’t see anything else either that could be causing the issue. But you could try to start from the input that works, give that an id and apply the image as a background in the CSS along with any other style that might be needed.

<input type="submit" id="send" value="Send Message!"/>
#send {
width: 105px;
height: 30px;
background-image: url(img/post_message_btn.jpg);
border: 0
}