comicw
12-27-2002, 01:09 PM
Hi,
I've made a small form so that visitors can subscribe to our newsletter. This is the code:
<form method="post" action="http://www.brokenfrontier.com/mlm/subscribe.phtml">
<input type="hidden" name="list" value="Newsletter">
<input type="text" name="email" size="25">
<input type="submit" value=" Sign up ">
</form>
My question: how can I change/edit the font in which the e-mailaddress is submitted + the font and color of the submit/"sign up" button?
Thanks!
I've made a small form so that visitors can subscribe to our newsletter. This is the code:
<form method="post" action="http://www.brokenfrontier.com/mlm/subscribe.phtml">
<input type="hidden" name="list" value="Newsletter">
<input type="text" name="email" size="25">
<input type="submit" value=" Sign up ">
</form>
My question: how can I change/edit the font in which the e-mailaddress is submitted + the font and color of the submit/"sign up" button?
Thanks!