RE: Controlling submit button color in HTML forms
Posted: 4/9/2001 3:33:50 PM
By: Comfortably Anonymous
Times Read: 4,092
0 Dislikes: 0
Topic: Internet and WWW
Parent Message
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)
Discussion View:
Replies:

RE: Controlling submit button color in HTML forms
Posted: 4/9/2001 3:33:50 PM
By: Comfortably Anonymous
Times Read: 4,092
0 Dislikes: 0
Topic: Internet and WWW

Now that MessageBase 2.0 supports proper formatting, here it is again, with the angle brackets shown correctly:

< INPUT TYPE="submit" value=" Continue " style="background-color:#343434;color:#ffffff;">

Rating: (You must be logged in to vote)