Controlling submit button color in HTML forms
Posted: 4/9/2001 3:31:17 PM
By: Comfortably Anonymous
Times Read: 4,658
0 Dislikes: 0
Topic: Internet and WWW
Interesting bit of code. Obvious in retrospect, but never thought of it before...


Rating: (You must be logged in to vote)
Discussion View:
Replies:

Controlling submit button color in HTML forms
Posted: 4/9/2001 3:31:17 PM
By: Comfortably Anonymous
Times Read: 4,658
0 Dislikes: 0
Topic: Internet and WWW
I guess the pre tag did not work (The html was actually interpreted instead of displayed).

Replacing the greater-than/less-than symbols with curly-brackets:

{INPUT TYPE="submit" value=" Continue " style="background-color:#343434;color:#ffffff;"}
Rating: (You must be logged in to vote)