If you'd like to offer your newsletter subscription in a block, follow these instructions:
1) Create a new block
2) Block Title: Newsletter
3) Cut and paste the following code into the Custom Block Contents area:
Code
print 'To subscribe to our newsletter, please enter your email address in the box below and click the "Subscribe" button.<br><br><form action="'.$MainURL.'/newsletter/subscribe_submit" method="post"><input type="text" name="Email" size="20" maxlength="50" style="'.$FormStyle.'"><br><input type="submit" value="Subscribe" style="'.$FormStyle.'"> </form><font size="1"><b>Note:</b>? You may easily remove yourself from the newsletter list at any time by following the instructions included with every mailing.</font>';
4) Check the box next to Process PHP Code?
5) Save your block.
And that's it! Your block should look something similiar to this:
NOTE: Feel free to remove or modify the text located within the Print statement of the code.