Controlling submit button color in HTML forms
Posted: 4/9/2001 3:31:17 PMBy: Comfortably Anonymous
Times Read: 5,116
Likes: 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:
By: Comfortably Anonymous
Times Read: 4,254
Likes: 0 Dislikes: 0
Topic: Internet and WWW
Replies:
RE: Controlling submit button color in HTML forms
Posted: 4/9/2001 3:33:50 PMBy: Comfortably Anonymous
Times Read: 4,254
Likes: 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;"}
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)